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

pub struct ExportAttr {
    pub _hyphen: SymbolToken,
    pub _export: AtomToken,
    pub _open: SymbolToken,
    pub exports: ProperList<NameAndArity>,
    pub _close: SymbolToken,
    pub _dot: SymbolToken,
}

- export ( ProperList<NameAndArity> ) .

Fields

Trait Implementations

impl Debug for ExportAttr
[src]

[src]

Formats the value using the given formatter.

impl Clone for ExportAttr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Parse for ExportAttr
[src]

[src]

[src]

impl PositionRange for ExportAttr
[src]

[src]

Returns the (inclusive) start position of this.

[src]

Returns the (exclusive) end position of this.