Skip to main content

OperLeftAssocDecider

Trait OperLeftAssocDecider 

Source
pub trait OperLeftAssocDecider {
    // Required method
    fn well_known_left_associative(&self, op: &BinOper) -> bool;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl OperLeftAssocDecider for MysqlQueryBuilder

Available on crate feature backend-mysql only.
Source§

impl OperLeftAssocDecider for PostgresQueryBuilder

Available on crate feature backend-postgres only.
Source§

impl OperLeftAssocDecider for SqliteQueryBuilder

Available on crate feature backend-sqlite only.