pub type StmtContinue = StmtContinue<SourceRange>;
Aliased Type§
struct StmtContinue {
pub range: SourceRange,
}
Fields§
§range: SourceRange
pub type StmtContinue = StmtContinue<SourceRange>;
struct StmtContinue {
pub range: SourceRange,
}
range: SourceRange