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
Traits§
- Value
Stream Ext - Extension trait for ValueStream providing convenient testing methods