ToWrappedSQLString

Trait ToWrappedSQLString 

Source
pub trait ToWrappedSQLString {
    // Required method
    fn to_wrapped_string(&self, dialect: SQLDialect) -> String;
}

Required Methods§

Implementors§