* Cut down on liberal use of borrow() * No need to map_err(Into::into) * Group From instances * Remove Direction indirection * Let rustfmt order imports * Better copypasta * Cleanup copypasta * Add explicit lifetimes so that it doesn't get pegged to 'static when we upgrade rocksdb * Remove redundant type aliases