TreeId

Trait TreeId 

Source
pub trait TreeId:
    Eq
    + Clone
    + Hash { }
Expand description

TreeId trait. TreeId are unique identifiers for each node in a 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<ID: Eq + Clone + Hash> TreeId for ID