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