pub trait TypeApp<'a, A>: TyCon {
    type Applied: Sized + Send;
}

Associated Types

Implementations on Foreign Types

Implementors