[][src]Trait util_rs::Ignorable

pub trait Ignorable {
    pub fn ignore(self);
}

Required methods

pub fn ignore(self)[src]

Loading content...

Implementations on Foreign Types

impl<T, E> Ignorable for Result<T, E> where
    T: Debug,
    E: Display
[src]

impl<T> Ignorable for Option<T> where
    T: Debug
[src]

Loading content...

Implementors

Loading content...