pub fn parse_wildcard<'f1>() -> ParseWildcardBuilder<'f1>
Available on (crate features
syntax-glob
or syntax-ev
or syntax-regex
) and crate feature syntax-glob
only.Expand description
Wildcard-only glob syntax flavor, including ?
and *
.