Type Alias Elements

Source
pub type Elements = Elements<Variable>;

Aliased Type§

pub struct Elements {
    pub elements: Vec<Element<Variable>>,
}

Fields§

§elements: Vec<Element<Variable>>

Trait Implementations§

Source§

impl Imports for Elements

Source§

fn imports<I>(&self, receiver: &mut I)
where I: ImportReceiver,