Function josh::filter::spec

source · []
pub fn spec(filter: Filter) -> String
Expand description

Compact, single line string representation of a filter so that parse(spec(F)) == F Note that this is will not be the best human readable representation. For that see pretty(...)