Trait devise::ext::Split2[][src]

pub trait Split2<A, B>: Iterator {
    fn split2(self) -> (Vec<A, Global>, Vec<B, Global>);
}

Required methods

Implementors