Trait TreeMeta

Source
pub trait TreeMeta: Clone { }
Expand description

TreeMeta represent the app-defined data that an application stores in each node of the tree.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<TM: Clone> TreeMeta for TM