Type Definition rocks::Result [] [src]

type Result<T> = Result<T, Status>;

The result type returned by RocksDB, wraps Status