pub trait IntermediateLevel {
    type Next;
}

Required Associated Types§

Implementors§