Searched refs:trigger_callback_with_timeout (Results 1 – 1 of 1) sorted by relevance
365 pub fn trigger_callback_with_timeout(&mut self, timeout: Duration) -> bool { in trigger_callback_with_timeout() method546 assert!(stream.trigger_callback_with_timeout(Duration::from_secs(1))); in mock_trigger_callback()