Home
last modified time | relevance | path

Searched refs:SkipFileIdentifier (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/
H A Dprimitives.rs285 pub struct SkipFileIdentifier<T>(PhantomData<T>); struct
286 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipFileIdentifier<T> { implementation