pub type RawBytes<'a> = TableRef<'a, RawBytesMarker>;
Expand description
Used for the state_array
and entry_table
fields in StateHeader
.
Aliased Type§
struct RawBytes<'a> { /* private fields */ }
pub type RawBytes<'a> = TableRef<'a, RawBytesMarker>;
Used for the state_array
and entry_table
fields in StateHeader
.
struct RawBytes<'a> { /* private fields */ }