Trait repr::AsColumnType[][src]

pub trait AsColumnType {
    fn as_column_type() -> ColumnType;
}
Expand description

Types that implement this trait can be stored in an SQL column with the specified ColumnType

Required methods

The SQL column type of this Rust type

Implementations on Foreign Types

Implementors