1 2 3 4 5 6
//! The [`types`](self) module defines different default types that can be used //! as [`Matcher`](crate::Matcher) in a call expectation. pub mod duration; pub use duration::Duration;