pub trait Ordering {
    type Kind;
}
Expand description

Trait for describing expected call ordering.

Required Associated Types

The kind of ordering.

Implementors