diff --git a/src/network.rs b/src/network.rs index e9d0e6b..5e4559d 100644 --- a/src/network.rs +++ b/src/network.rs @@ -19,7 +19,7 @@ impl Network { /// /// Idea being that bffh builds an event network that filters an incoming event into an /// the appropiate (sub)set of signal handlers based on pretty dynamic configuration. - pub fn filter, F: Fn(&B) -> bool>(&mut self, ) { + pub fn filter, F: Fn(&B) -> bool>(&mut self) { unimplemented!() } }