Trait typerat::Ordering

source ·
pub trait Ordering: Ord + Sealed { }
Expand description

Type-level orderings.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Ordering for Equal

source§

impl Ordering for Greater

source§

impl Ordering for Less

Implementors§