pub type AttributeMap<'a> = Vec<Value<'a>>;
The datastructure for attributes passed along as arguments.
pub struct AttributeMap<'a> { /* private fields */ }