Skip to main content

Statement

Type Alias Statement 

Source
pub type Statement = Spanned<StatementKind>;
Expand description

A statement paired with its source span.

Aliased Typeยง

pub struct Statement { /* private fields */ }