Skip to main content

Module handle

Module handle 

Source
Expand description

Pinned database values returned by point queries.

A handle keeps the RocksDB slice pin alive while exposing the stored bytes through standard reference traits. Callers can deserialize directly from the pinned bytes or copy them into owned storage.

Structsยง

Handle
Pinned view of a value returned by RocksDB.