mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-10 17:43:23 +01:00
rustc is forgiving but I still don't like it
This commit is contained in:
parent
cf723e8817
commit
053cf5498a
@ -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<B, S: Signal<Item=B>, F: Fn(&B) -> bool>(&mut self, ) {
|
||||
pub fn filter<B, S: Signal<Item=B>, F: Fn(&B) -> bool>(&mut self) {
|
||||
unimplemented!()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user