☰
IntoWithTcx
Required Methods
into_tcx
Implementors
In rustdoc::json::conversions
?
Trait
rustdoc
::
json
::
conversions
::
IntoWithTcx
source
·
[
−
]
pub(crate) trait IntoWithTcx<T> { fn
into_tcx
(self, tcx:
TyCtxt
<'_>) -> T; }
Required Methods
source
fn
into_tcx
(self, tcx:
TyCtxt
<'_>) -> T
Implementors
source
impl<T, U>
IntoWithTcx
<U> for T
where
U:
FromWithTcx
<T>,