Struct erl_parse::cst::ModuleDecl [] [src]

pub struct ModuleDecl {
    pub forms: Vec<Form>,
}

Vec<Form>

Fields

Trait Implementations

impl Debug for ModuleDecl
[src]

[src]

Formats the value using the given formatter.

impl Clone for ModuleDecl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Parse for ModuleDecl
[src]

[src]

[src]