push_char_safe

Function push_char_safe 

Source
pub fn push_char_safe<const N: usize>(
    string: &mut String<N>,
    c: char,
) -> DataResult<()>
Expand description

Push a character with error handling