Struct erl_parse::cst::forms::ModuleAttr [] [src]

pub struct ModuleAttr {
    pub _hyphen: SymbolToken,
    pub _module: AtomToken,
    pub _open: SymbolToken,
    pub module_name: AtomToken,
    pub _close: SymbolToken,
    pub _dot: SymbolToken,
}

- module ( AtomToken ) .

Fields

Trait Implementations

impl Debug for ModuleAttr
[src]

[src]

Formats the value using the given formatter.

impl Clone for ModuleAttr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Parse for ModuleAttr
[src]

[src]

[src]

impl PositionRange for ModuleAttr
[src]

[src]

Returns the (inclusive) start position of this.

[src]

Returns the (exclusive) end position of this.