use ;
use crateMatcher;
/// Create a new [`Closure`] matcher that executes the passed function `f` to
/// verify if a argument matches the expectation.
/// Implements a [`Matcher`] that executes the passed function `F` to
/// verify if a argument matches the expectation.
;