Skip to main content

EarlyArgPredicate

Type Alias EarlyArgPredicate 

Source
pub type EarlyArgPredicate<'f> = &'f mut dyn FnMut(&OsStr) -> bool;