pub type AstType<'s> = Rc<RefCell<StyleSheetNode<'s>>>;
The root node of an AST
pub struct AstType<'s> { /* private fields */ }