Ignore

Trait Ignore 

Source
pub trait Ignore {
    // Required method
    fn ignore(self);
}

Required Methods§

Source

fn ignore(self)

Implementations on Foreign Types§

Source§

impl<T> Ignore for Option<T>
where T: Debug,

Source§

impl<T, E> Ignore for Result<T, E>
where T: Debug, E: Display,

Implementors§