sway_ast::token

Type Alias CommentedTree

source
pub type CommentedTree = GenericTokenTree<CommentedTokenStream>;

Aliased Type§

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

Variants§