Trait pyro::IteratorSoa

source ·
pub trait IteratorSoa: Sized {
    type Output;

    fn to_soa<I: Iterator<Item = Self>>(iter: I) -> Self::Output;
}

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§