Function fixed_str_to_bytes

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

Fixed size string to bytes.