Type Alias Ast

Source
pub type Ast = Vec<AstItem>;

Aliased Typeยง

pub struct Ast { /* private fields */ }