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 */ }