Type Alias astro_run::RunResponse

source ·
pub type RunResponse = Result<StreamReceiver>;

Aliased Type§

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