pub type ResultSender<T, E> = ReplySender<Result<T, E>>;
pub struct ResultSender<T, E> { /* private fields */ }