pub struct SkipRootOffset<T>(/* private fields */);Expand description
SkipRootOffset is used by Follow to traverse a FlatBuffer: the pointer is incremented by a fixed constant in order to skip over the root offset value.
pub struct SkipRootOffset<T>(/* private fields */);SkipRootOffset is used by Follow to traverse a FlatBuffer: the pointer is incremented by a fixed constant in order to skip over the root offset value.