Searched defs:start_handler (Results 1 – 3 of 3) sorted by relevance
27 let start_handler = move |_| { in start_callback_called() localVariable81 let start_handler = move |_| { in handler_panics_handled_correctly() localVariable141 let start_handler = move |_| {}; in configuration() localVariable
135 start_handler: Option<Box<StartHandler>>, field534 pub fn start_handler<H>(mut self, start_handler: H) -> Self in start_handler() method613 pub fn start_handler<H>(mut self, start_handler: H) -> Configuration in start_handler() method701 let start_handler = start_handler.as_ref().map(|_| ClosurePlaceholder); in fmt() localVariable
140 start_handler: Option<Box<StartHandler>>, field