Enum syn_error_experiment::Item[][src]

pub enum Item {
    Struct(ItemStruct),
    Enum(ItemEnum),
}

Things that can appear directly inside of a module or scope.

Variants

Trait Implementations

impl Debug for Item
[src]

Formats the value using the given formatter. Read more

impl Parse for Item
[src]

Auto Trait Implementations

impl !Send for Item

impl !Sync for Item