Type Alias astro_run::RunResponse
source · pub type RunResponse = Result<StreamReceiver>;Aliased Type§
enum RunResponse {
Ok(StreamReceiver),
Err(Error),
}pub type RunResponse = Result<StreamReceiver>;enum RunResponse {
Ok(StreamReceiver),
Err(Error),
}