Expand description
Expression utilities for testing with assert_struct!
This module provides test utilities like the Any wildcard for use with the Like trait in assert_struct! macros.
Structs§
- Any
- Wildcard type that matches any expression - useful for ignoring fields in patterns
Enums§
- ArgOr
- Matches either an extracted bind-parameter placeholder (
Expr::Arg, emitted by SQL drivers after parameter extraction) at a specific position, or an inlineExpr::Valuematching the contained pattern (emitted by non-SQL drivers like DynamoDB).
Traits§
- Value
Stream Ext - Extension trait for ValueStream providing convenient testing methods