pub type GetTreePath = Callback<(DataRecord,), Vec<String>>;
Resolve hierarchical path segments for a row (root → leaf).
pub struct GetTreePath(/* private fields */);