Trait fool::OptionExt

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

Required Methods

Implementations on Foreign Types

Implementors