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
pub trait TypeWriter {
// Required method
fn type_to_sql(&self, field_type: &FieldType) -> String;
}Trait for a type that can convert a FieldType to String