Struct ruic::Ruic[][src]

pub struct Ruic<W> { /* fields omitted */ }
Expand description

The main runner of the program. Translates .ui code into .rs and writes it to a stream.

Implementations

Creates a new Ruic<W> from command-line arguments.

Writes a header and then recursively processes directories and files.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.