Function less_than

Source
pub fn less_than<L, R>(left: L, right: R) -> Comparison
where L: Into<Operand>, R: Into<Operand>,
Expand description

Check if a value or Path is less than another.

DynamoDB documentation.