Searched defs:EventLoopClosed (Results 1 – 2 of 2) sorted by relevance
219 pub struct EventLoopClosed<T>(pub T); struct221 impl<T> fmt::Display for EventLoopClosed<T> { implementation227 impl<T: fmt::Debug> error::Error for EventLoopClosed<T> {} implementation
228 pub struct EventLoopClosed<T>(pub T); struct230 impl<T> fmt::Display for EventLoopClosed<T> { implementation236 impl<T: fmt::Debug> error::Error for EventLoopClosed<T> {} implementation