Skip to main content

Module stmt

Module stmt 

Source
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 inline Expr::Value matching the contained pattern (emitted by non-SQL drivers like DynamoDB).

Traits§

ValueStreamExt
Extension trait for ValueStream providing convenient testing methods