Type Definition domafic::KeyValue [] [src]

type KeyValue = (&'static str, AttributeValue);

A mapping between an attribute key and value. Example: ("key", AttributeValue::Str("value"))