pub type InSender<E> = UnboundedSender<Result<Vec<u8>, E>>;
pub struct InSender<E> { /* private fields */ }