pub type InterfaceFilterFn = Box<dyn Fn(&str) -> bool + Send + Sync>;

Aliased Type§

struct InterfaceFilterFn(/* private fields */);