☰
Trait IntoWithTcx
Required Methods
into_tcx
Implementors
Other items in
rustdoc
::
json
::
conversions
All crates
?
Trait
rustdoc
::
json
::
conversions
::
IntoWithTcx
[
−
]
[src]
pub(crate) trait IntoWithTcx<T> { fn
into_tcx
(self, tcx:
TyCtxt
<'_>) -> T; }
Required methods
[src]
fn
into_tcx
(self, tcx:
TyCtxt
<'_>) -> T
Implementors
[src]
impl<T, U>
IntoWithTcx
<U> for T
where
U:
FromWithTcx
<T>,