WT_PACK_STREAM

Type Alias WT_PACK_STREAM 

Source
pub type WT_PACK_STREAM = __wt_pack_stream;
Expand description

Streaming interface to packing.

This allows applications to pack or unpack records one field at a time. This is an opaque handle returned by ::wiredtiger_pack_start or ::wiredtiger_unpack_start. It must be closed with ::wiredtiger_pack_close.

Aliased Typeยง

pub struct WT_PACK_STREAM { /* private fields */ }