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