Type Alias TreeResponse

Source
pub type TreeResponse = ImageTreeReport;
Expand description

ImageTreeReport provides results from ImageEngine.Tree()

Aliased Type§

struct TreeResponse {
    pub tree: Option<String>,
}

Fields§

§tree: Option<String>