Skip to main content

StaticMap1

Type Alias StaticMap1 

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

Aliased Type§

pub enum StaticMap1<M> {}

Trait Implementations§

Source§

impl<A, B, M: StaticMap<B>> StaticMap<(A, B)> for StaticMap1<M>

Source§

type Mapped = (A, <M as StaticMap<B>>::Mapped)

Source§

fn static_map((a, b): (A, B)) -> Self::Mapped