pub type Statement = Spanned<StatementKind>;Expand description
A statement paired with its source span.
Aliased Typeยง
pub struct Statement { /* private fields */ }pub type Statement = Spanned<StatementKind>;A statement paired with its source span.
pub struct Statement { /* private fields */ }