pub type IpFilterFn = Box<dyn Fn(IpAddr) -> bool + Send + Sync>;

Aliased Type§

struct IpFilterFn(/* private fields */);