Trait ethers_solc::FileFilter
source · pub trait FileFilter {
// Required method
fn is_match(&self, file: &Path) -> bool;
}
Expand description
A predicate property that determines whether a file satisfies a certain condition
pub trait FileFilter {
// Required method
fn is_match(&self, file: &Path) -> bool;
}
A predicate property that determines whether a file satisfies a certain condition