Attributes

Type Alias Attributes 

Source
pub type Attributes = HashMap<usize, usize>;
Expand description

Attributes are a generic key/value store used by interceptors

Aliased Typeยง

pub struct Attributes { /* private fields */ }