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