Trait Sql

Source
pub trait Sql {
    // Required method
    fn sql(&self, s: String, ctx: &Context) -> Result<String, SqlGenError>;
}

Required Methods§

Source

fn sql(&self, s: String, ctx: &Context) -> Result<String, SqlGenError>

Implementors§