[][src]Trait prune::IsNone

pub trait IsNone {
    fn is_none(&self) -> bool { ... }
}

Provided methods

fn is_none(&self) -> bool

Loading content...

Implementations on Foreign Types

impl IsNone for String[src]

impl<'a> IsNone for Cow<'a, str>[src]

impl<T> IsNone for Option<T>[src]

impl<T> IsNone for Vec<T>[src]

fn is_none(&self) -> bool[src]

Loading content...

Implementors

Loading content...