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