Struct weedle::Definitions [] [src]

pub struct Definitions {
    pub definitions: Vec<Definition>,
}

Parses WebIDL definitions

Fields

Trait Implementations

impl Debug for Definitions
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Definitions
[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 Definitions
[src]

Auto Trait Implementations

impl Send for Definitions

impl Sync for Definitions