pub type SocketSubscriber = Receiver<Result<Option<Bytes>, ReaderSocketError>>;
struct SocketSubscriber { /* private fields */ }