Expand description
A set of traits implemented for various AST nodes, typically those used in AST fragments during macro expansion. The traits are not implemented exhaustively, only when actually necessary.
Macrosยง
- impl_has_ ๐attrs 
- impl_has_ ๐attrs_ none 
- impl_has_ ๐node_ id 
- impl_has_ ๐tokens 
- impl_has_ ๐tokens_ none 
Structsยง
- AstNodeWrapper 
- A newtype around an AST node that implements the traits above if the node implements them.