Struct exonum_leveldb::database::comparator::OrdComparator [] [src]

pub struct OrdComparator { /* fields omitted */ }

OrdComparator is a comparator comparing keys that implement Ord

Methods

impl OrdComparator
[src]

Create a new OrdComparator

Trait Implementations

impl Comparator for OrdComparator
[src]

Return the name of the Comparator

compare two keys. This must implement a total ordering.

whether the comparator is the DefaultComparator