pub type Element = Element<Variable>;Aliased Type§
pub enum Element {
Push(Statement<Variable>),
Concat(Statement<Variable>),
Literal(String),
Inner(Vec<Element<Variable>>),
Nested(Box<Element<Variable>>),
Spacing,
}pub type Element = Element<Variable>;pub enum Element {
Push(Statement<Variable>),
Concat(Statement<Variable>),
Literal(String),
Inner(Vec<Element<Variable>>),
Nested(Box<Element<Variable>>),
Spacing,
}