pub trait Recursive: Level {
    type Next: Level;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§