pub fn cmp<A, B>(a: A, cmp: Comparator, b: B) -> Expressionwhere
    A: Into<String>,
    B: Into<String>,
Expand description

Compare two values.

DynamoDB documentation