Trait ToSqlDataType

Source
pub trait ToSqlDataType {
    // Required method
    fn to_sql(&self, dialect: &Dialect) -> Result<SqlDataType>;
}

Required Methods§

Source

fn to_sql(&self, dialect: &Dialect) -> Result<SqlDataType>

Implementations on Foreign Types§

Source§

impl ToSqlDataType for DataType

Source§

fn to_sql(&self, dialect: &Dialect) -> Result<SqlDataType>

Implementors§