Trait sqlx::any::AnyDecode[][src]

pub trait AnyDecode<'r>: Decode<'r, Postgres> + Type<Postgres> + Decode<'r, MySql> + Type<MySql> + Decode<'r, Mssql> + Type<Mssql> + Decode<'r, Sqlite> + Type<Sqlite> { }

Implementors