Searched refs:with_event_callback (Results 1 – 2 of 2) sorted by relevance
62 builder = builder.with_event_callback(event_callback); in try_from()
119 pub fn with_event_callback(mut self, event_callback: Box<dyn CallBackFunc>) -> Self { in with_event_callback() method