Type Definition rustpython_ast::Pattern

source ·
pub type Pattern<U = ()> = Located<PatternKind<U>, U>;