pub fn begins_with<P, S>(path: P, substr: S) -> Expressionwhere
    P: Into<String>,
    S: Into<String>,
Expand description

True if the attribute specified by path begins with a particular substring.

DynamoDB documentation