Trait bismuth::BoolExt [] [src]

pub trait BoolExt: Sized {
    fn into_some<T>(self, some: T) -> Option<T>;
}

Required Methods

Implementors