[][src]Trait db_derive::table::Table

pub trait Table {
    fn columns() -> usize;
fn from_row(row: Row) -> Result<Self, Error>
    where
        Self: Sized
; }

Required methods

fn columns() -> usize

fn from_row(row: Row) -> Result<Self, Error> where
    Self: Sized

Loading content...

Implementors

Loading content...