Trait devise_core::ext::TypeExt

source ·
pub trait TypeExt {
    // Required methods
    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§

Implementations on Foreign Types§

source§

impl TypeExt for Type

Implementors§