[][src]Function serde_dynamo::from_attribute_value

pub fn from_attribute_value<'a, T>(attribute_value: AttributeValue) -> Result<T> where
    T: Deserialize<'a>, 

Interpret a rusoto_dynamodb::AttributeValue as an instance of type T.

In most cases, you will want to be using from_item instead. This function is provided as a dual of to_attribute_value and may be useful in very narrow circumstances.