pub type FlatBuffer = ConstByteBuffer<8>;Expand description
We define a const-aligned byte buffer for flatbuffers with 8-byte alignment.
This is based on the assumption that the maximum primitive type is 8 bytes. See: https://groups.google.com/g/flatbuffers/c/PSgQeWeTx_g
Aliased Typeยง
pub struct FlatBuffer(/* private fields */);