Trait Alias Tree

Source
trait Tree = Layer<Sub = Self>;
Expand description

A tree-like structure is a Layer where the subcomponents are recursively trees.