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