Skip to main content

StaticCollect

Type Alias StaticCollect 

Source
pub type StaticCollect<C> = StaticCollect<C>;

Aliased Type§

pub enum StaticCollect<C> {}

Trait Implementations§

Source§

impl<T, I: IntoIterator<Item = T>, C: FromIterator<T>> StaticMap<I> for StaticCollect<C>

Source§

type Mapped = C

Source§

fn static_map(it: I) -> Self::Mapped