pub trait Value<Tcx: DepContext>: Sized {
    fn from_cycle_error(tcx: Tcx, cycle: &[QueryInfo]) -> Self;
}

Required Methods§

Implementors§