[][src]Trait sqlx_core::row::FromRow

pub trait FromRow<'c, R> where
    Self: Sized,
    R: Row<'c>, 
{ fn from_row(row: R) -> Result<Self>; }

A record that can be built from a row returned from by the database.

Required methods

fn from_row(row: R) -> Result<Self>

Loading content...

Implementors

Loading content...