Searched defs:Channel (Results 1 – 2 of 2) sorted by relevance
409 struct Channel<T> { struct421 impl<T> Channel<T> { implementation445 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
21 pub(crate) struct Channel<C: Container> { struct26 impl<C: Container> Channel<C> { implementation