pub fn parse_filter_string(_raw: &str) -> Result<ParsedFilter, Error>Expand description
Parse OData filter string.
This stub is compiled when the with-odata-params feature is disabled.
ยงErrors
Always returns Error::ParsingUnavailable because OData parsing
support is not enabled in this build.