[][src]Trait timely::order::Empty

pub trait Empty: PartialOrder { }

A type that does not affect total orderedness.

This trait is not useful, but must be made public and documented or else Rust complains about its existence in the constraints on the implementation of public traits for public types.

Implementations on Foreign Types

impl Empty for ()[src]

Loading content...

Implementors

impl<T1: Empty, T2: Empty> Empty for Product<T1, T2>[src]

Loading content...