Module document

Source
Expand description

BPSV document representation

Structs§

BpsvDocument
Represents a complete BPSV document with borrowed data
BpsvRow
A single row in a BPSV document with borrowed data
OwnedBpsvDocument
An owned version of BpsvDocument for serialization
OwnedBpsvRow
An owned version of BpsvRow for when we need to store data

Traits§

BpsvRowOps
Common functionality for BPSV row types