Function dynamodb_expression::value::scalar::binary_value
source · pub fn binary_value<B>(b: B) -> Scalarwhere
B: Into<Vec<u8>>,
Expand description
Use when you need a binary value for DynamoDB.
pub fn binary_value<B>(b: B) -> Scalarwhere
B: Into<Vec<u8>>,
Use when you need a binary value for DynamoDB.