Skip to main content

TypedPatternMatcher

Type Alias TypedPatternMatcher 

Source
pub type TypedPatternMatcher<C = ()> = SimplifiedPatternMatcher<C>;
Expand description

Type alias for backwards compatibility.

Aliased Typeยง

pub struct TypedPatternMatcher<C = ()> { /* private fields */ }