[][src]Trait doodle::SchemaMeta

pub trait SchemaMeta {
    fn get_fields() -> &'static [Field];
fn get_name() -> &'static str; }

Used to retreive meta information for a struct

Required methods

fn get_fields() -> &'static [Field]

Return the (name, type) of every field

fn get_name() -> &'static str

Return the name of Self

Loading content...

Implementors

Loading content...