1 2 3 4 5
use super::section::Section; use typeshare::typeshare; #[typeshare] pub type Ast = Vec<Section>;