Trait rp1::CrudStruct[][src]

pub trait CrudStruct {
    type TableType;
}
Expand description

This trait is implemented on the main struct and indicates the type that is the diesel table struct.

Associated Types

Implementors