Struct leveldb_rs::DBComparator [] [src]

pub struct DBComparator { /* fields omitted */ }

This structure represents a comparator for use in LevelDB.

Methods

impl DBComparator
[src]

Create a new comparator with the given name and comparison function.