1 2 3 4 5
/// Value type alias for dynamic header/property values. pub type Value = serde_json::Value; /// Headers type alias. pub type Headers = std::collections::HashMap<String, Value>;