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