Type Alias rustpython_ast::located::ModModule
source · pub type ModModule = ModModule<SourceRange>;
Aliased Type§
struct ModModule {
pub range: EmptyRange<SourceRange>,
pub body: Vec<Stmt<SourceRange>>,
pub type_ignores: Vec<TypeIgnore<SourceRange>>,
}
Fields§
§range: EmptyRange<SourceRange>
§body: Vec<Stmt<SourceRange>>
§type_ignores: Vec<TypeIgnore<SourceRange>>