pub trait Add {
    type Out: Clone;
}
Expand description

Addition.

Associated Types

The output type.

Implementations on Foreign Types

Implementors