[][src]Function flicbtn::event_handler

pub fn event_handler<F>(f: F) -> Box<dyn FnMut(&Event) + Sync + Send + 'static> where
    F: FnMut(&Event) + Sync + Send + 'static,