pub type Metadata = Map<Span<Arc<str>>, Span<Value>>;
Represents arbitrary metadata in key/value format
This representation provides spans for both keys and values
pub struct Metadata { /* private fields */ }