pub fn filters(directives: &str) -> Result<Vec<Filter<'_>>, ParseError>Expand description
Parse a series of filters out of a directive string.
This is an eager, allocating version of the root filters.
pub fn filters(directives: &str) -> Result<Vec<Filter<'_>>, ParseError>Parse a series of filters out of a directive string.
This is an eager, allocating version of the root filters.