Type Definition interceptor::Attributes
source · pub type Attributes = HashMap<usize, usize>;Expand description
Attributes are a generic key/value store used by interceptors
pub type Attributes = HashMap<usize, usize>;Attributes are a generic key/value store used by interceptors