pub fn where_<O0: Into<Output>>( input: O0, scope: &mut Scope ) -> Result<Operation>
Shorthand for Where::new().build(input, scope).
Where::new().build(input, scope)