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