Skip to main content

StaticCompose

Type Alias StaticCompose 

Source
pub type StaticCompose<A, B> = StaticCompose<A, B>;

Aliased Type§

pub enum StaticCompose<A, B> {}

Trait Implementations§

Source§

impl<T, A: StaticMap<T>, B: StaticMap<A::Mapped>> StaticMap<T> for StaticCompose<A, B>

Source§

type Mapped = <B as StaticMap<<A as StaticMap<T>>::Mapped>>::Mapped

Source§

fn static_map(x: T) -> Self::Mapped