pub trait HasRoot { // Required method fn root(&self) -> Self; }
A trait for types that have a root.
Gets the root of the object.