Trait unimock::property::Ordering

source ·
pub trait Ordering {
    type Kind;
}
Expand description

Trait for describing expected call ordering.

Required Associated Types§

source

type Kind

The kind of ordering.

Implementors§