Function bytes_to_fixed_str

Source
pub fn bytes_to_fixed_str<const MAX_LEN: usize>(
    bytes: &[u8; MAX_LEN],
) -> Result<&str, FixedStrError>
Expand description

Bytes to fixed size string.