Skip to main content

flat_map

Function flat_map 

Source
pub fn flat_map<TIn: Clone + 'static, TOut: 'static>(
    project: impl Fn(&TIn) -> Node<TOut> + 'static,
) -> Operator<TOut>
Expand description

flat_map: alias-shaped Rust helper for merge_map.