Attributes

Type Alias Attributes 

Source
pub type Attributes = Option<HashMap<String, AttributeValue>>;
Expand description

Attributes mapping for tracing.

Aliased Type§

pub enum Attributes {
    None,
    Some(HashMap<String, AttributeValue>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(HashMap<String, AttributeValue>)

Some value of type T.