Trait scalar_map::ScalarMapExt
source · pub trait ScalarMapExt: Sized {
// Provided methods
fn map<T>(self, f: impl Fn(Self) -> T) -> T { ... }
fn and_then<T>(self, f: impl Fn(Self) -> T) -> T { ... }
}
Provided Methods§
fn map<T>(self, f: impl Fn(Self) -> T) -> T
fn and_then<T>(self, f: impl Fn(Self) -> T) -> T
Object Safety§
This trait is not object safe.