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