pub fn from_attribute_value<'a, T>(attribute_value: AttributeValue) -> Result<T> where
    T: Deserialize<'a>, 
Available on crate feature rusoto_dynamodb+0_48 only.
Expand description

A version of crate::from_attribute_value where the AV generic is tied to rusoto_dynamodb::AttributeValue.

Useful in very generic code where the type checker can’t determine the type of AV.