Home
last modified time | relevance | path

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

/external/rust/crates/bincode/src/config/
Dmod.rs101 type IntEncoding = VarintEncoding; typedef
345 type IntEncoding = O::IntEncoding; typedef
356 type IntEncoding = O::IntEncoding; typedef
366 type IntEncoding = I; typedef
377 type IntEncoding = O::IntEncoding; typedef
391 type IntEncoding: IntEncoding + 'static; typedef
400 type IntEncoding = O::IntEncoding; typedef
Dint.rs8 pub trait IntEncoding { interface