pub fn to_item<T>(value: T) -> Result<HashMap<String, AttributeValue>> where
    T: Serialize
This is supported on crate feature rusoto_dynamodb+0_46 only.
Expand description

A version of crate::to_item where the Tout generic is tied to rusoto_dynamodb::AttributeValue.

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