Searched defs:WithOtherTrailing (Results 1 – 1 of 1) sorted by relevance
297 pub struct WithOtherTrailing<O: Options, T: TrailingBytes> { struct298 options: O,299 _trailing: PhantomData<T>,332 impl<O: Options, T: TrailingBytes> WithOtherTrailing<O, T> { impl374 impl<O: Options, T: TrailingBytes + 'static> InternalOptions for WithOtherTrailing<O, T> { implementation