Trait devise::ext::TypeExt [−][src]
pub trait TypeExt {
fn strip_lifetimes(&mut self);
fn with_stripped_lifetimes(&self) -> Type;
fn replace_lifetimes(&mut self, with: Lifetime);
fn with_replaced_lifetimes(&self, with: Lifetime) -> Type;
}Required methods
fn strip_lifetimes(&mut self)[src]fn with_stripped_lifetimes(&self) -> Type[src]fn replace_lifetimes(&mut self, with: Lifetime)[src]fn with_replaced_lifetimes(&self, with: Lifetime) -> Type[src]