Trait Rootable

Source
pub trait Rootable: Traceable { }
Expand description

Trait that should be implemented for all types that could be rooted. In simple cases impl<T: Traceable> Rootable for T {} is enough.

Implementorsยง