[−][src]Trait sqlx_core::query::MapRow
Associated Types
Loading content...Required methods
Loading content...Implementors
impl<O: Unpin, F> MapRow<Any> for F where
F: Send + FnMut(AnyRow) -> O,
[src]
F: Send + FnMut(AnyRow) -> O,
impl<O: Unpin, F> MapRow<Mssql> for F where
F: Send + FnMut(MssqlRow) -> O,
[src]
F: Send + FnMut(MssqlRow) -> O,
impl<O: Unpin, F> MapRow<MySql> for F where
F: Send + FnMut(MySqlRow) -> O,
[src]
F: Send + FnMut(MySqlRow) -> O,
impl<O: Unpin, F> MapRow<Postgres> for F where
F: Send + FnMut(PgRow) -> O,
[src]
F: Send + FnMut(PgRow) -> O,
impl<O: Unpin, F> MapRow<Sqlite> for F where
F: Send + FnMut(SqliteRow) -> O,
[src]
F: Send + FnMut(SqliteRow) -> O,