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]

[src]

Create a new OrdComparator

Trait Implementations

impl Comparator for OrdComparator
[src]

[src]

Return the name of the Comparator

[src]

compare two keys. This must implement a total ordering.

[src]

whether the comparator is the DefaultComparator