Searches for `key` using binary search over the offset index. Returns: - `Ok(Some(entry))` if the key is found. For deleted keys, `entry.value` is `None`. - `Ok(None)` if the key is not present in this table. - `Err(_)` on I/O failure.
(&mut self, key: &[u8])
source not stored for this graph (policy: none)