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