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