Trait round_based::containers::push::PushExt
source · [−]pub trait PushExt<T>: Push<T> + Sealed<T> {
fn gmap<B, F>(self, f: F) -> Map<Self, F>
where
Self: Sized,
F: FnMut(B) -> T;
}Expand description
Utilities around Pushable collections