Type Definition rustpython_ast::Keyword

source ·
pub type Keyword<U = ()> = Located<KeywordData<U>, U>;