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