Trait rustorm::table::IsTable [] [src]

pub trait IsTable {
    fn table() -> Table;
}

trait for table definition

Required Methods

fn table() -> Table

Implementors