use ;
use crateMatcher;
/// Creates a new [`NoArgs`] matcher, that matches only the empty parameter list
/// `()` and always returns `true`.
/// Implements a [`Matcher`], that matches only the empty parameter list `()` and
/// always returns `true`.
;