Struct little::Template [] [src]

pub struct Template<V> {
    pub constants: Options<Constant, V>,
    pub calls_template: OptionsTemplate<Call>,
    pub instructions: Vec<Instruction>,
    pub bindings_capacity: u32,
}

All the data required to load the processor.

Fields

Methods

impl<V> Template<V>
[src]

Trait Implementations

impl<V: Debug> Debug for Template<V>
[src]

Formats the value using the given formatter.