pub fn to_fixed_bytes<const N: usize, T>(
    value: &T
) -> Result<FixedBytes<N>, FixedBytesWriterError> where
    T: ?Sized + Encode
Expand description

Encode the given value to a fixed-size bytes using the DEFAULT configuration.