pub fn rec<E>(expectations: E) -> Rec<E>
Creates a Rec expectation combinator that wraps the given expectation.
Rec
This is a convenience function that is equivalent to Rec::new().
Rec::new()