Trait iterable::Producer

source ·
pub trait Producer<A> {
    fn produce<IT>(iter: IT) -> Self
    where
        IT: IntoIterator<Item = A>
; }

Required Methods§

Implementations on Foreign Types§

Implementors§