[][src]Trait elephantry::Structure

pub trait Structure {
    fn relation() -> &'static str;
fn primary_key() -> &'static [&'static str];
fn definition() -> &'static [&'static str]; }

Required methods

fn relation() -> &'static str

fn primary_key() -> &'static [&'static str]

fn definition() -> &'static [&'static str]

Loading content...

Implementors

Loading content...