Skip to main content

GetTreePath

Type Alias GetTreePath 

Source
pub type GetTreePath = Callback<(DataRecord,), Vec<String>>;
Expand description

Resolve hierarchical path segments for a row (root → leaf).

Aliased Type§

pub struct GetTreePath(/* private fields */);