Type Alias rustpython_ast::located::StmtImportFrom

source ·
pub type StmtImportFrom = StmtImportFrom<SourceRange>;

Aliased Type§

struct StmtImportFrom {
    pub range: SourceRange,
    pub module: Option<Identifier>,
    pub names: Vec<Alias<SourceRange>>,
    pub level: Option<Int>,
}

Fields§

§range: SourceRange§module: Option<Identifier>§names: Vec<Alias<SourceRange>>§level: Option<Int>

Trait Implementations§