pub trait Higher<O: Level>: Level { }
Expand description

Indicate that the implementor is higher that the level O

Implementors