pub trait HKST<'a, B> {
    type A;
    type M;
}
Expand description

Higher kinded Type helper for M -> M

Associated Types

Current Type

Type M

Implementations on Foreign Types

Implementors