Expand description
Types for representing parsed source code information.
These types complement rustdoc JSON by providing information that is only available from parsing source code directly.
Structs§
- Const
Info - Information about a constant.
- Crate
Source - Aggregated source information for an entire crate.
- Enum
Info - Information about a parsed enum.
- Field
Info - Information about a struct or enum field.
- Function
Info - Information about a parsed function, including its body.
- Impl
Info - Information about an impl block.
- Macro
Info - Information about a macro definition.
- Static
Info - Information about a static variable.
- Struct
Info - Information about a parsed struct.
- Trait
Info - Information about a parsed trait.
- Type
Alias Info - Information about a type alias.
- Variant
Info - Information about an enum variant.
Enums§
- Private
Item - A reference to a private item for rendering.