Struct drone_macros_core::ExternStruct[][src]

pub struct ExternStruct {
    pub ident: Ident,
}

Binding to extern struct: extern struct Foo;.

Fields

Trait Implementations

impl Synom for ExternStruct
[src]

A short name of the type being parsed. Read more

Auto Trait Implementations

impl !Send for ExternStruct

impl !Sync for ExternStruct