Type Alias StmtPass

Source
pub type StmtPass = StmtPass<SourceRange>;

Aliased Type§

struct StmtPass {
    pub range: SourceRange,
}

Fields§

§range: SourceRange

Trait Implementations§