Function serde_dynamo::rusoto_dynamodbstreams_0_46::from_item[][src]

pub fn from_item<'a, T>(item: HashMap<String, AttributeValue>) -> Result<T> where
    T: Deserialize<'a>, 
This is supported on crate feature rusoto_dynamodbstreams+0_46 only.
Expand description

A version of crate::from_item where the Tin generic is tied to rusoto_dynamodbstreams::AttributeValue.

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