Trait devise::ext::Split4[][src]

pub trait Split4<A, B, C, D>: Iterator {
    fn split4(
        self
    ) -> (Vec<A, Global>, Vec<B, Global>, Vec<C, Global>, Vec<D, Global>); }

Required methods

Implementors