pub trait FromEndianBytes: Sealed + Sized { }๐ฌThis is a nightly-only experimental API. (
read_le_be_internals)Expand description
Trait for types that can be converted from a fixed-size byte array with a specified endianness
Dyn Compatibilityยง
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".