Trait lrs::bool::BoolExt

Syntax

trait BoolExt {
    /* Required methods */
    fn map<T, F>(self, f: F) -> Option<T>
        where F: FnOnce() -> T,
}

Methods

ReceiverNameDescription
selfmap