Deprecatable

Trait Deprecatable 

Source
pub trait Deprecatable {
    // Provided method
    fn deprecate(self) -> Deprecated<Self>
       where Self: Sized { ... }
}

Provided Methods§

Source

fn deprecate(self) -> Deprecated<Self>
where Self: Sized,

Implementors§

Source§

impl<T> Deprecatable for T