[][src]Function dynamodb_data::from_attribute_value

pub fn from_attribute_value<A: DeserializeOwned>(
    value: AttributeValue
) -> Result<A, Error>

Converts any serializable value from a rusoto_dynamodb::AttributeValue.