Type Alias sway_ast::token::CommentedTree

source ·
pub type CommentedTree = GenericTokenTree<CommentedTokenStream>;

Aliased Type§

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

Variants§