libhoney

Type Alias Metadata

Source
pub type Metadata = Option<Value>;
Expand description

Metadata is a type alias for an optional json serialisable value

Aliased Type§

enum Metadata {
    None,
    Some(Value),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Value)

Some value of type T.