pub trait RecApp<A>: Sized {
    type Applied: Send;
}

Associated Types

Implementations on Foreign Types

Implementors