Struct flatbuffers::FileIdentifier[][src]

pub struct FileIdentifier;

FileIdentifier is used by Follow to traverse a FlatBuffer: the pointer is dereferenced into a byte slice, whose bytes are the file identifer value.

Trait Implementations

impl<'a> Follow<'a> for FileIdentifier
[src]

Auto Trait Implementations