Enum moore_vhdl::lazy::LazyNode [] [src]

pub enum LazyNode<F> {
    Running,
    Pending(F),
}

A lazily evaluated node.

Variants

Evaluation is currently running.

The callback which will provide the desired output.

Trait Implementations

impl<F> Debug for LazyNode<F>
[src]

[src]

Formats the value using the given formatter.