pub fn decode_posting_key(key: &[u8]) -> Option<PostingKey>Expand description
Decode a posting key.
Returns None if the key doesn’t have the correct format.
pub fn decode_posting_key(key: &[u8]) -> Option<PostingKey>Decode a posting key.
Returns None if the key doesn’t have the correct format.