D | primitives.rs | 127 type Output = ForwardsUOffset<T>; 136 impl<T> Push for ForwardsUOffset<T> { implementation 148 pub struct ForwardsUOffset<T>(UOffsetT, PhantomData<T>); struct 149 impl<T> ForwardsUOffset<T> { implementation 156 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsUOffset<T> { implementation
|