☰
Value
Required Methods
from_cycle_error
Implementors
In rustc_query_system
?
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