Home
last modified time | relevance | path

Searched defs:WithOtherIntEncoding (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bincode/src/config/
Dmod.rs290 pub struct WithOtherIntEncoding<O: Options, I: IntEncoding> { struct
291 options: O,
292 _length: PhantomData<I>,
322 impl<O: Options, I: IntEncoding> WithOtherIntEncoding<O, I> { implementation
363 impl<O: Options, I: IntEncoding + 'static> InternalOptions for WithOtherIntEncoding<O, I> { implementation