Response

Type Alias Response 

Source
pub type Response = Response200;

Aliased Type§

pub struct Response {
    pub stdout: CompactString,
    pub stderr: CompactString,
}

Fields§

§stdout: CompactString§stderr: CompactString