pub type WildMatch = WildMatchPattern<'*', '?'>;Expand description
A wildcard matcher using * as the multi-character wildcard and ? as
the single-character wildcard.
Aliased Typeยง
struct WildMatch { /* private fields */ }pub type WildMatch = WildMatchPattern<'*', '?'>;A wildcard matcher using * as the multi-character wildcard and ? as
the single-character wildcard.
struct WildMatch { /* private fields */ }