1
2
3
4
use common;
use super::variable::Variable;

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