☰
radarbase
0.0.0
WithLifetime
Required Associated Types
Out
Implementors
In radarbase::types
?
Trait
radarbase
::
types
::
WithLifetime
source
·
[
−
]
pub trait WithLifetime<'a> { type
Out
; }
Required Associated Types
§
source
type
Out
Implementors
§
source
§
impl<'a, T: 'a + ?
Sized
>
WithLifetime
<'a> for
RefLifetime
<T>
§
type
Out
=
&'a T