pub(crate) fn matches_contract(
filter: &dyn TestFilter,
path: &Path,
contract_name: &str,
functions: impl IntoIterator<Item = impl Borrow<Function>>,
) -> bool
pub(crate) fn matches_contract(
filter: &dyn TestFilter,
path: &Path,
contract_name: &str,
functions: impl IntoIterator<Item = impl Borrow<Function>>,
) -> bool