Struct erl_parse::cst::clauses::SpecClause [] [src]

pub struct SpecClause {
    pub args: Args<Type>,
    pub _arrow: SymbolToken,
    pub return_type: Type,
    pub constraints: Option<Constraints>,
}

Args<Type> -> Type Option<Constraints>

Fields

Trait Implementations

impl Debug for SpecClause
[src]

[src]

Formats the value using the given formatter.

impl Clone for SpecClause
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Parse for SpecClause
[src]

[src]

[src]

impl PositionRange for SpecClause
[src]

[src]

Returns the (inclusive) start position of this.

[src]

Returns the (exclusive) end position of this.