struct payload_type
Defined at line 94 of file ../../src/lib/zbitl/include/lib/zbitl/storage-traits.h
This represents an item payload (does not include the header). The
corresponding zbi_header_t.length gives its size. This type is wholly
opaque to zbitl::View but must be copyable. It might be something as
simple as the offset into the whole ZBI, or for in-memory Storage types a
std::span pointing to the contents.