Type Alias mlc::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 */ }