pub trait TableLayout: Serialize + DeserializeOwned {
    const TABLE_NAME: &'static str;
}
Expand description

must be implemented by types stroed in a database.

Required Associated Constants

Implementors