Searched defs:SkipRootOffset (Results 1 – 1 of 1) sorted by relevance
239 pub struct SkipRootOffset<T>(PhantomData<T>); struct240 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipRootOffset<T> { implementation