Macro map_mut_ptr

Source
macro_rules! map_mut_ptr {
    ($collection:expr, $map_fn:expr) => { ... };
}
Expand description

Get a mutable pointer for the collection with Map function.