pub trait SharedRecApp<X> {
    type Applied;
}

Associated Types

Implementations on Foreign Types

Implementors