Struct erl_pp::directives::IncludeLib [] [src]

pub struct IncludeLib {
    pub _hyphen: SymbolToken,
    pub _include_lib: AtomToken,
    pub _open_paren: SymbolToken,
    pub path: StringToken,
    pub _close_paren: SymbolToken,
    pub _dot: SymbolToken,
}

include_lib directive.

See 9.1 File Inclusion for detailed information.

Fields

Methods

impl IncludeLib
[src]

Executes file inclusion.

Trait Implementations

impl Debug for IncludeLib
[src]

Formats the value using the given formatter.

impl Clone for IncludeLib
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PositionRange for IncludeLib
[src]

Returns the (inclusive) start position of this.

Returns the (exclusive) end position of this.

impl Display for IncludeLib
[src]

Formats the value using the given formatter. Read more