[][src]Trait sqlx::query::MapRow

pub trait MapRow<DB> where
    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...