Type Alias RawBytes

pub type RawBytes<'a> = TableRef<'a, RawBytesMarker>;
Expand description

Used for the state_array and entry_table fields in StateHeader.

Aliased Typeยง

pub struct RawBytes<'a> { /* private fields */ }