Trait libp2p::multihash::typenum::Ord [−][src]
pub trait Ord { pub fn to_ordering() -> Ordering; }
A Marker trait for the types Greater
, Equal
, and Less
.
This trait should not be implemented for anything outside this crate.
Required methods
pub fn to_ordering() -> Ordering
[src]
Implementors
Loading content...