Trait minidom::convert::IntoAttributeValue [] [src]

pub trait IntoAttributeValue {
    fn into_attribute_value(self) -> Option<String>;
}

A trait for types which can be converted to an attribute value.

Required Methods

Turns this into an attribute string, or None if it shouldn't be added.

Implementors