Type Alias PodStartResponse

Source
pub type PodStartResponse = PodStartReport;

Aliased Type§

struct PodStartResponse {
    pub errs: Option<Vec<String>>,
    pub id: Option<String>,
}

Fields§

§errs: Option<Vec<String>>§id: Option<String>