CommentedTree

Type Alias CommentedTree 

Source
pub type CommentedTree = GenericTokenTree<CommentedTokenStream>;

Aliased Type§

pub enum CommentedTree {
    Punct(Punct),
    Ident(BaseIdent),
    Group(GenericGroup<CommentedTokenStream>),
    Literal(Literal),
    DocComment(DocComment),
}

Variants§