Expand description
Meta-information about programs (spans, etc.).
Re-exports§
pub use super::meta_utils::*;
Structs§
- Attr
Info - Information about the attributes and visibility of an item, field or variant..
- File
- FileId
- Item
Meta - Meta information about an item (function, trait decl, trait impl, type decl, global).
- Loc
- RawAttribute
- A general attribute.
- RawSpan
- Span information
- Span
- Meta information about a piece of code (block, statement, etc.)
Enums§
- Attribute
- Attributes (
#[...]
). - File
Name - A filename.
- Inline
Attr #[inline]
built-in attribute.- Item
Opacity