[][src]Trait sqlx_core::query::TryMapRow

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

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...