Struct lambdaski::K1 [] [src]

pub struct K1<X>(pub PhantomData<X>);

Trait Implementations

impl<X, T> A<T> for K1<X>
[src]