pub trait IntoAttributes {
// Required methods
fn into_attributes(self) -> HashMap<String, Value>;
fn into_attribute_tuples(self) -> Vec<(String, Value)>;
}
pub trait IntoAttributes {
// Required methods
fn into_attributes(self) -> HashMap<String, Value>;
fn into_attribute_tuples(self) -> Vec<(String, Value)>;
}