pub trait Count: Keyed + Mapped + TreeMap { }
Expand description

Bind generic types to this trait when writing database independend functions.

See similar example on ToqlApi and on count.

Implementors