parse_env_filter::eager

Function filters

Source
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.