Skip to main content

Pattern

Type Alias Pattern 

Source
pub type Pattern = Spanned<PatternKind>;
Expand description

A binding pattern paired with its source span.

Aliased Typeยง

pub struct Pattern { /* private fields */ }