pub trait HKT<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