pub type SocketReadSocketStreamingStopResult = Result<(), Error>;
enum SocketReadSocketStreamingStopResult { Ok(()), Err(Error), }
Contains the success value
Contains the error value