Function serde_dynamo::aws_sdk_dynamodb_0_0_25_alpha::from_attribute_value[][src]

pub fn from_attribute_value<'a, T>(attribute_value: AttributeValue) -> Result<T> where
    T: Deserialize<'a>, 
This is supported on crate feature aws-sdk-dynamodb+0_0_25-alpha only.
Expand description

A version of crate::from_attribute_value where the Tin generic is tied to aws-sdk-dynamodb::model::AttributeValue.

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