[−][src]Trait sqlx_core::types::HasSqlType  
Indicates that a SQL type is supported for a database.
Required methods
fn type_info() -> Self::TypeInfo
Returns the canonical type information on the database for the type T.
Implementors
impl<'_, T: ?Sized, DB> HasSqlType<&'_ T> for DB where
    DB: HasSqlType<T>, [src]
DB: HasSqlType<T>,
impl<T, DB> HasSqlType<Option<T>> for DB where
    DB: HasSqlType<T>, [src]
DB: HasSqlType<T>,