Struct weedle::types::AttributedType [] [src]

pub struct AttributedType {
    pub attributes: Option<ExtendedAttributeList>,
    pub type_: Type,
}

Parses [attributes]? type

Fields

Trait Implementations

impl Debug for AttributedType
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for AttributedType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Parse for AttributedType
[src]

Auto Trait Implementations