Type Alias RunResponse

Source
pub type RunResponse = Result<StreamReceiver>;

Aliased Type§

pub enum RunResponse {
    Ok(StreamReceiver),
    Err(Error),
}

Variants§

§1.0.0

Ok(StreamReceiver)

Contains the success value

§1.0.0

Err(Error)

Contains the error value