pub type ConsumersErrorKind = StreamsErrorKind;
pub enum ConsumersErrorKind { NoResponders, TimedOut, Other, }