pub struct BackwardsSOffset<T>(/* private fields */);Expand description
ForwardsSOffset is used by Follow to traverse a FlatBuffer: the pointer is incremented by the negative of the value contained in this type.
pub struct BackwardsSOffset<T>(/* private fields */);ForwardsSOffset is used by Follow to traverse a FlatBuffer: the pointer is incremented by the negative of the value contained in this type.