Struct drone_macros_core::ExternStatic[][src]

pub struct ExternStatic {
    pub ident: Ident,
}

Binding to extern static: extern static Foo;.

Fields

Trait Implementations

impl Synom for ExternStatic
[src]

A short name of the type being parsed. Read more

Auto Trait Implementations

impl !Send for ExternStatic

impl !Sync for ExternStatic