Struct rustc_save_analysis::MacroUseData [] [src]

pub struct MacroUseData {
    pub span: Span,
    pub name: String,
    pub qualname: String,
    pub callee_span: Span,
    pub scope: NodeId,
    pub imported: bool,
}
Unstable (rustc_private)

Data about a macro use.

Fields

span: Span
Unstable (rustc_private)
name: String
Unstable (rustc_private)
qualname: String
Unstable (rustc_private)
callee_span: Span
Unstable (rustc_private)
scope: NodeId
Unstable (rustc_private)
imported: bool
Unstable (rustc_private)

Trait Implementations

impl Lower for MacroUseData
[src]

type Target = MacroUseData

fn lower(self, tcx: TyCtxt) -> MacroUseData

Derived Implementations

impl Encodable for MacroUseData
[src]

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl Debug for MacroUseData
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.