Skip to main content

NormalPattern

Type Alias NormalPattern 

Source
pub type NormalPattern = Pattern<NormalPatternKind>;
Expand description

普通模式类型别名

Aliased Type§

pub struct NormalPattern { /* private fields */ }

Trait Implementations§

Source§

impl From<Method> for NormalPattern

Source§

fn from(value: Method) -> Self

Converts to this type from the input type.