pub trait CaseTreeExt { // Required method fn tree(&self) -> CaseTree; }
Render Self as a displayable tree.
Self