Searched defs:InterfaceFilterFn (Results 1 – 3 of 3) sorted by relevance
92 interface_filter: &Option<InterfaceFilterFn>, in local_interfaces()
54 pub type InterfaceFilterFn = Box<dyn (Fn(&str) -> bool) + Send + Sync>; typedef
161 pub fn set_interface_filter(&mut self, filter: InterfaceFilterFn) { in set_interface_filter()