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