Trait method lrs::bool::BoolExt::map

Syntax

fn map<T, F>(self, f: F) -> Option<T>
   where F: FnOnce() -> T,

Arguments

NameDescription
f