Trait collection::Val []

pub trait Val: Weight + Clone { }

A value that can be put into a Collection. Has to be clonable, and have impl the tree::weight::Weight trait

Implementors