pub trait IntoValueMap<T> { // Required method fn into_value_map(self) -> HashMap<String, Value<T>>; }