1
2
3
4
5
use super::variable::Variable;
use common;
pub use common::element::Element::*;

pub type Element = common::Element<Variable>;