bincode
1.3.3
Bincode
Byte
Order
Required Associated Types
Endian
Implementors
In bincode::
config::
endian
Trait
bincode
::
config
::
endian
::
BincodeByteOrder
Copy item path
source
·
[
−
]
pub trait BincodeByteOrder { type
Endian
:
ByteOrder
+ 'static; }
Required Associated Types
§
source
type
Endian
:
ByteOrder
+ 'static
Implementors
§
source
§
impl
BincodeByteOrder
for
BigEndian
source
§
type
Endian
=
BigEndian
source
§
impl
BincodeByteOrder
for
LittleEndian
source
§
type
Endian
=
LittleEndian
source
§
impl
BincodeByteOrder
for
NativeEndian
source
§
type
Endian
=
LittleEndian