Trait syn::aster::lifetime::IntoLifetimeDef
[−]
[src]
pub trait IntoLifetimeDef { fn into_lifetime_def(self) -> LifetimeDef; }
Required Methods
fn into_lifetime_def(self) -> LifetimeDef
Implementors
impl IntoLifetimeDef for LifetimeDef
impl IntoLifetimeDef for Lifetime
impl<'a> IntoLifetimeDef for &'a str
impl IntoLifetimeDef for String