[][src]Trait hesoyam::ToSql

pub trait ToSql {
    fn to_sql(&self) -> Result<String, Error>;
}

Required methods

fn to_sql(&self) -> Result<String, Error>

Loading content...

Implementors

impl ToSql for QueryBuilder[src]

Loading content...