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