Struct hamcrest::matchers::none::IsNone [] [src]

pub struct IsNone<T> { /* fields omitted */ }

Trait Implementations

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

Formats the value using the given formatter.

impl<T: Debug> Matcher<Option<T>> for IsNone<T>
[src]