☰
Value
Value
Required Methods
from_cycle_error
Implementors
In rustc_query_system
Modules
cache
dep_graph
error
ich
query
values
Structs
LayoutOfDepth
QueryOverflow
Enums
HandleCycleError
Traits
Value
?
Trait
rustc_query_system
::
Value
source
·
[
−
]
pub trait Value<CTX:
DepContext
>:
Sized
{ fn
from_cycle_error
(tcx: CTX) -> Self; }
Required Methods
source
fn
from_cycle_error
(tcx: CTX) -> Self
Implementors
source
impl<CTX:
DepContext
, T>
Value
<CTX> for T
impl<'tcx>
Value
<
TyCtxt
<'tcx>> for
Ty
<'_>
impl<'tcx>
Value
<
TyCtxt
<'tcx>> for
SymbolName
<'_>
impl<'tcx>
Value
<
TyCtxt
<'tcx>> for
AdtSizedConstraint
<'_>
impl<'tcx>
Value
<
TyCtxt
<'tcx>> for
Binder
<'_,
FnSig
<'_>>