Skip to main content

StaticFMap

Type Alias StaticFMap 

Source
pub type StaticFMap<M> = StaticFMap<M>;

Aliased Type§

pub enum StaticFMap<M> {}

Trait Implementations§

Source§

impl<T, I: IntoIterator<Item = T>, M: StaticMap<T>> StaticMap<I> for StaticFMap<M>

Source§

type Mapped = Vec<<M as StaticMap<T>>::Mapped>

Source§

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