[][src]Trait sqlx_core::query::MapRow

pub trait MapRow<DB: Database> {
    type Output: Unpin;
    fn map_row(&mut self, row: <DB as HasRow>::Row) -> Self::Output;
}

Associated Types

Loading content...

Required methods

fn map_row(&mut self, row: <DB as HasRow>::Row) -> Self::Output

Loading content...

Implementors

Loading content...