Type Alias interceptor::Attributes
source · pub type Attributes = HashMap<usize, usize>;Expand description
Attributes are a generic key/value store used by interceptors
Aliased Type§
struct Attributes { /* private fields */ }pub type Attributes = HashMap<usize, usize>;Attributes are a generic key/value store used by interceptors
struct Attributes { /* private fields */ }