Skip to main content

AttributeMap

Type Alias AttributeMap 

Source
pub type AttributeMap<'a> = Vec<Value<'a>>;
Expand description

The datastructure for attributes passed along as arguments.

Aliased Typeยง

pub struct AttributeMap<'a> { /* private fields */ }