Struct moore_vhdl::lazy::LazyPhase [] [src]

pub struct LazyPhase<T> {
    pub table: RefCell<T>,
}

A table of tasks needed to perform a compiler phase.

Fields

Methods

impl<T: Default> LazyPhase<T> where
    T: Default
[src]

[src]

Create a new lazy phase.

[src]

Schedule a task to be lazily executed.

[src]

Run a task.