Enum erl_parse::cst::Form [] [src]

pub enum Form {
    ModuleAttr(ModuleAttr),
    ExportAttr(ExportAttr),
    ExportTypeAttr(ExportTypeAttr),
    ImportAttr(ImportAttr),
    FileAttr(FileAttr),
    WildAttr(WildAttr),
    FunSpec(FunSpec),
    CallbackSpec(CallbackSpec),
    FunDecl(FunDecl),
    RecordDecl(RecordDecl),
    TypeDecl(TypeDecl),
}

Variants

Trait Implementations

impl Debug for Form
[src]

[src]

Formats the value using the given formatter.

impl Clone for Form
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Parse for Form
[src]

[src]

[src]

impl PositionRange for Form
[src]

[src]

Returns the (inclusive) start position of this.

[src]

Returns the (exclusive) end position of this.