Trait rustc_query_impl::values::Value[][src]

pub(crate) trait Value<'tcx>: Sized {
    fn from_cycle_error(tcx: QueryCtxt<'tcx>) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors