pub fn string_value<T>(value: T) -> Scalarwhere
    T: Into<String>,
Expand description

Use when you need a string value for DynamoDB.