Struct twig::mold::Staging [] [src]

pub struct Staging<'c, V: LittleValue> {
    pub locals: VecDeque<Basket<'c, Binding>>,
    // some fields omitted
}

Fields

Methods

impl<'c, V: LittleValue> Staging<'c, V>
[src]

Trait Implementations

impl<'a> Into<Template<Value>> for Staging<'a, Value>
[src]

Performs the conversion.