Trait FromRow
typed_sql::conn
pub trait FromRow<R: Row>: Sized { fn from_row(row: &R) -> Result<Self, R::Error>; }
fn from_row(row: &R) -> Result<Self, R::Error>