pub type Pattern = String;
A Rust pattern, as used in pattern matching.
pub struct Pattern { /* private fields */ }