Struct rustdb::bytes::ByteStorage [−][src]
pub struct ByteStorage {
pub file: Rc<SortedFile>,
// some fields omitted
}Expand description
Storage of variable size values.
Fields
file: Rc<SortedFile>Implementations
Construct new ByteStorage with specified root page and fragment type.
Decode bytes, inline bytes are reserved.
Pack underlying file.
