pub type StmtImport = StmtImport<SourceRange>;

Aliased Type§

struct StmtImport {
    pub range: SourceRange,
    pub names: Vec<Alias<SourceRange>>,
}

Fields§

§range: SourceRange§names: Vec<Alias<SourceRange>>

Trait Implementations§