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