pub trait Upper {
    type Result;
}
Expand description

Encoding the minimal capability to support a combination of other capabilities.

Required Associated Types

Resulting minimal required capability.

Implementations on Foreign Types

Implementors