Trait diesel::query_source::Plus[][src]

pub trait Plus<T> {
    type Output;
}
Expand description

Add two peano numbers together.

This is used to determine the number of times a table appears in a from clause when the from clause contains a join.

Associated Types

The result of adding these numbers together

Implementors