IntoAttributes

Trait IntoAttributes 

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

Required Methods§

Implementors§