Struct ucglib::build::Builder [] [src]

pub struct Builder {
    pub last: Option<Rc<Val>>,
    // some fields omitted
}

Handles building ucg code.

Fields

last is the result of the last statement.

Methods

impl Builder
[src]

[src]

Constructs a new Builder.

[src]

Constructs a new Builder with a provided scope.

[src]

[src]

Returns a Val by name from previously built UCG.

[src]

Builds a list of parsed UCG Statements.

[src]

[src]

Builds a string of ucg syntax.

[src]

Builds a ucg file at the named path.

[src]

Trait Implementations

Auto Trait Implementations

impl !Send for Builder

impl !Sync for Builder