Struct erl_parse::cst::commons::parts::Args [] [src]

pub struct Args<T> {
    pub _open: SymbolToken,
    pub args: Option<Sequence<T>>,
    pub _close: SymbolToken,
}

( Option<Sequence<T>> )

Fields

Trait Implementations

impl<T: Debug> Debug for Args<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: Clone> Clone for Args<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Parse> Parse for Args<T>
[src]

[src]

[src]

impl<T> PositionRange for Args<T>
[src]

[src]

Returns the (inclusive) start position of this.

[src]

Returns the (exclusive) end position of this.