Pattern

Type Alias Pattern 

Source
pub type Pattern = String;
Expand description

Type alias for a string pattern to match.

Aliased Typeยง

pub struct Pattern { /* private fields */ }