pub type ResponseMatcherFn = Arc<dyn Fn(&Response) -> Result<(), String> + Send + Sync>;
Type alias for custom response matcher functions.
pub struct ResponseMatcherFn { /* private fields */ }