pub trait IChildrenProvider<T> {
type Assoc: Default + 'static;
}Expand description
Provides a data-structure to store children to the KeTree.
pub trait IChildrenProvider<T> {
type Assoc: Default + 'static;
}Provides a data-structure to store children to the KeTree.