pub trait ToLEBytes<const N: usize> { // Required method fn to_le_bytes(&self) -> [u8; N]; }
Converts the value into a constant number of bytes