[]Trait c3p0_sqlx::sqlx::query::MapRow

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

Associated Types

Loading content...

Required methods

fn map_row(&mut self, row: <DB as Database>::Row) -> Self::Output

Loading content...

Implementors

Loading content...