Expand description
Various tokenisable elements
Modules§
- generic_
impl impl SomeTrait for SomeType.- module_
prefix - A
const-table module prefix, e.g.::your_crate::__private.
Structs§
- Attributed
- Something that has
Attributes. Use when you case about processing that has attributes such as doc comments, but aren’t picky about what they’re attached to. - Generic
Impl impl<T> SomeTrait for SomeType<T>orimpl<T> SomeType<T>.- Module
Prefix - A
const-table module prefix, e.g.::your_crate::__private.
Type Aliases§
- Attributed
Inner Attributedalias that usesAttribute::parse_innerfor parsing.