[][src]Trait devise::ext::TypeExt

pub trait TypeExt {
    fn strip_lifetimes(&mut self);
fn with_stripped_lifetimes(&self) -> Type; }

Required methods

fn strip_lifetimes(&mut self)

fn with_stripped_lifetimes(&self) -> Type

Loading content...

Implementors

impl TypeExt for Type[src]

Loading content...