wildmatch

Type Alias WildMatch

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