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