pluum/std/option/
mod.rs

1/// Maps an `Option<T>` to `Option<U>` by applying a function to a contained value.
2pub mod map;