prest::sql

Function bitwise_not

Source
pub fn bitwise_not<'a, T>(expr: T) -> ExprNode<'a>
where T: Into<ExprNode<'a>>,