Trait Lower

Source
pub trait Lower<O: Level>: Level { }
Expand description

Indicate that the implementor is lower that the level O

Implementors§

Source§

impl Lower<L1> for L0

Source§

impl Lower<L2> for L0

Source§

impl Lower<L2> for L1

Source§

impl Lower<L3> for L0

Source§

impl Lower<L3> for L1

Source§

impl Lower<L3> for L2

Source§

impl Lower<L4> for L0

Source§

impl Lower<L4> for L1

Source§

impl Lower<L4> for L2

Source§

impl Lower<L4> for L3

Source§

impl Lower<L5> for L0

Source§

impl Lower<L5> for L1

Source§

impl Lower<L5> for L2

Source§

impl Lower<L5> for L3

Source§

impl Lower<L5> for L4