pub fn to_fixed_bytes<const N: usize, T>( value: &T, ) -> Result<FixedBytes<N>, Error>where T: ?Sized + Encode<Binary>,
Encode the given value to a fixed-size bytes using the DEFAULT configuration.
DEFAULT