pub fn parse_wildcard_path<'f1>() -> ParseWildcardPathBuilder<'f1>
Available on (crate features
syntax-glob
or syntax-ev
or syntax-regex
) and crate feature syntax-glob
only.Expand description
Wildcard-only path glob syntax flavor, including ?
, *
and **
.
Used by voidtools’ Everything, etc.