Type Alias Suite

Source
pub type Suite<R = TextRange> = Vec<Stmt<R>>;

Aliased Typeยง

struct Suite<R = TextRange> { /* private fields */ }