pub trait Insert: TreeInsert + Mapped + TreeIdentity + TreeMap + TreePredicate + Send { }
Expand description

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

See similar example on ToqlApi and on insert_many.

Implementors