pub type TransportChannelWrite = Box<dyn Sink<Vec<u8>, Error = TransportError> + Send + Unpin + 'static>;
Expand description

Sender side of the channel