Module meta

Source
Expand description

Meta-information about programs (spans, etc.).

Re-exports§

pub use super::meta_utils::*;

Structs§

AttrInfo
Information about the attributes and visibility of an item, field or variant..
File
FileId
ItemMeta
Meta information about an item (function, trait decl, trait impl, type decl, global).
Loc
RawAttribute
A general attribute.
Span
Meta information about a piece of code (block, statement, etc.)
SpanData
Span information

Enums§

Attribute
Attributes (#[...]).
FileName
A filename.
InlineAttr
#[inline] built-in attribute.
ItemOpacity