Struct lambdaski::S1 [] [src]

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

Trait Implementations

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