Trait freya::prelude::IntoAttributeValue
pub trait IntoAttributeValue {
// Required method
fn into_value(self) -> AttributeValue;
}
Expand description
A value that can be converted into an attribute value
Required Methods§
fn into_value(self) -> AttributeValue
fn into_value(self) -> AttributeValue
Convert into an attribute value