Trait pinwheel::attribute_value::IntoAttributeValue[][src]

pub trait IntoAttributeValue {
    fn into_attribute_value(self) -> AttributeValue;
}

Required methods

Implementations on Foreign Types

Implementors