Searched defs:Channel (Results 1 – 3 of 3) sorted by relevance
409 struct Channel<T> { struct421 impl<T> Channel<T> { argument445 unsafe impl<T: Send> Send for Channel<T> {} implementation446 unsafe impl<T: Send> Sync for Channel<T> {} implementation448 impl<T> Drop for Channel<T> { implementation454 impl<T: Debug> Debug for Channel<T> { implementation
536 struct Channel<T> { struct543 impl<T> Channel<T> { argument559 impl<T: Debug> Debug for Channel<T> { implementation
35 pub(crate) struct Channel<C: Container> { struct40 impl<C: Container> Channel<C> { impl