pub trait IntoAttributeValue<'a> {
    fn into_value(self, bump: &'a Bump) -> AttributeValue<'a>;
}
Expand description

A value that can be converted into an attribute value

Required Methods§

Convert into an attribute value

Implementations on Foreign Types§

Implementors§