Function josh::filter::pretty

source · []
pub fn pretty(filter: Filter, indent: usize) -> String
Expand description

Pretty print the filter on multiple lines with initial indentation level. Nested filters will be indented with additional 4 spaces per nesting level.