[][src]Trait mendes_models::System

pub trait System: Sized {
    fn table<M: Model<Self>>() -> Table { ... }
}

Provided methods

fn table<M: Model<Self>>() -> Table

Loading content...

Implementors

impl System for PostgreSQL[src]

Loading content...