Trait diesel::types::Foldable [] [src]

pub trait Foldable {
    type Sum;
    type Avg;
}

Marker trait for types which can be folded for a sum.

Associated Types

Implementors