pub const MAX_INLINE_VIEW_LEN: u32 = 12;
Expand description
The maximum number of bytes that can be stored inline in a byte view.
See ByteView
and GenericByteViewArray
for more information on the
layout of the views.
pub const MAX_INLINE_VIEW_LEN: u32 = 12;
The maximum number of bytes that can be stored inline in a byte view.
See ByteView
and GenericByteViewArray
for more information on the
layout of the views.