Function serde_dynamo::rusoto_dynamodbstreams_0_46::to_attribute_value[][src]

pub fn to_attribute_value<T>(value: T) -> Result<AttributeValue> where
    T: Serialize
This is supported on crate feature rusoto_dynamodbstreams+0_46 only.
Expand description

A version of crate::to_attribute_value where the Tout generic is tied to rusoto_dynamodbstreams::AttributeValue.

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