Enum erl_parse::cst::commons::parts::BitsElemSpec [] [src]

pub enum BitsElemSpec {
    Type(AtomToken),
    Unit {
        _unit: AtomToken,
        _colon: SymbolToken,
        unit: IntegerToken,
    },
}

AtomToken | (unit : IntegerToken)

Variants

Fields of Unit

Trait Implementations

impl Debug for BitsElemSpec
[src]

[src]

Formats the value using the given formatter.

impl Clone for BitsElemSpec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Parse for BitsElemSpec
[src]

[src]

[src]

impl PositionRange for BitsElemSpec
[src]

[src]

Returns the (inclusive) start position of this.

[src]

Returns the (exclusive) end position of this.