Skip to main content

Tree

Type Alias Tree 

Source
pub type Tree = Vec<PropertyDecisionNode>;
Expand description

A decision tree for context selection.

Aliased Typeยง

pub struct Tree { /* private fields */ }