Home
last modified time | relevance | path

Searched defs:FollowStart (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/
H A Dfollow.rs38 pub struct FollowStart<T>(PhantomData<T>); struct
39 impl<'a, T: Follow<'a> + 'a> FollowStart<T> { implementation
49 impl<'a, T: Follow<'a>> Follow<'a> for FollowStart<T> { implementation