Trait timely::progress::nested::product::Empty
[−]
[src]
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]
Implementors
impl Empty for RootTimestamp
impl<T1: Empty, T2: Empty> Empty for Product<T1, T2>