pub type ResponseChannel<R> = ResponseChannel<Message<R>>;
pub struct ResponseChannel<R> { /* private fields */ }