pub type NamePredicate = Arc<dyn Fn(&str) -> bool + Send + Sync>;Expand description
A shared predicate over an item name, as used by
Prebindgen’s ignore hooks (bulk ignores keyed on a naming
family rather than an exact ident).
Aliased Type§
pub struct NamePredicate { /* private fields */ }