pub fn push_str_safe<const N: usize>( string: &mut String<N>, s: &str, ) -> DataResult<()>
Safely push a string slice to a heapless string