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