pub trait Value<CTX: DepContext>: Sized {
    fn from_cycle_error(tcx: CTX) -> Self;
}

Required Methods

Implementors