Searched defs:WithOtherIntEncoding (Results 1 – 1 of 1) sorted by relevance
290 pub struct WithOtherIntEncoding<O: Options, I: IntEncoding> { struct291 options: O,292 _length: PhantomData<I>,322 impl<O: Options, I: IntEncoding> WithOtherIntEncoding<O, I> { implementation363 impl<O: Options, I: IntEncoding + 'static> InternalOptions for WithOtherIntEncoding<O, I> { implementation