Trait mz_repr::scalar::AsColumnType
source · pub trait AsColumnType {
// Required method
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§
sourcefn as_column_type() -> ColumnType
fn as_column_type() -> ColumnType
The SQL column type of this Rust type
Object Safety§
This trait is not object safe.