Trait diesel::sql_types::Foldable[][src]

pub trait Foldable {
    type Sum;
    type Avg;
}

Represents SQL types which can be used with SUM and AVG

Associated Types

type Sum[src]

The SQL type of sum(this_type)

type Avg[src]

The SQL type of avg(this_type)

Loading content...

Implementors

Loading content...