[][src]Trait math::iter::union_zip::AsUnionZipped

pub trait AsUnionZipped<'a, K, M> {
    fn as_union_zipped(&'a self) -> UnionZipped<'a, K, M>;
}

Could be useful as the init argument in a fold operation.

Required methods

fn as_union_zipped(&'a self) -> UnionZipped<'a, K, M>

Loading content...

Implementations on Foreign Types

impl<'a, K, V> AsUnionZipped<'a, K, HashMap<K, V, RandomState>> for HashMap<K, V> where
    K: Clone + Ord
[src]

Loading content...

Implementors

Loading content...