Trait bismuth::OptionExt [] [src]

pub trait OptionExt<T> {
    fn and_if<F>(self, f: F) -> Self
    where
        F: Fn(&T) -> bool
; }

Required Methods

Implementors