Trait rats::kind::Reify[][src]

pub trait Reify<F_: HKT, A, B = Empty> {
    type Out;
    fn reify(self) -> Self::Out;
}

Associated Types

Required Methods

Implementors