pub trait StatementBuilder {
// Required method
fn build(&self, db_backend: &DbBackend) -> Statement;
}Expand description
Any type that can build a Statement
pub trait StatementBuilder {
// Required method
fn build(&self, db_backend: &DbBackend) -> Statement;
}Any type that can build a Statement