where_eq

Function where_eq 

Source
pub fn where_eq<L, R>(left: L, right: R) -> Eq
where L: Into<Identifier>, R: Into<Box<dyn Expression>>,