Searched defs:start_handler (Results 1 – 3 of 3) sorted by relevance
27 let start_handler = move |_| { in start_callback_called() localVariable83 let start_handler = move |_| { in handler_panics_handled_correctly() localVariable144 let start_handler = move |_| {}; in configuration() localVariable
198 start_handler: Option<Box<StartHandler>>, field649 pub fn start_handler<H>(mut self, start_handler: H) -> Self in start_handler() method728 pub fn start_handler<H>(mut self, start_handler: H) -> Configuration in start_handler() method826 let start_handler = start_handler.as_ref().map(|_| ClosurePlaceholder); in fmt() localVariable
137 start_handler: Option<Box<StartHandler>>, field