Function dynamodb_expression::function::attribute_exists
source · pub fn attribute_exists<P>(path: P) -> Expressionwhere
P: Into<String>,
Expand description
True if the item contains the attribute specified by path
.