macro_rules! or_filter {
($query:expr, $condition:expr $(,$binds:expr)*) => { ... };
}Expand description
Applies the OR condition to the given RawQuery and binds input string values, if any.
macro_rules! or_filter {
($query:expr, $condition:expr $(,$binds:expr)*) => { ... };
}Applies the OR condition to the given RawQuery and binds input string values, if any.