Trait dml_tools::sql::TypeWriter

source ·
pub trait TypeWriter {
    // Required method
    fn type_to_sql(&self, field_type: &FieldType) -> String;
}
Expand description

Trait for a type that can convert a FieldType to String

Required Methods§

source

fn type_to_sql(&self, field_type: &FieldType) -> String

Implementors§