pub fn ove_push_str<const N: usize>( s: &mut String<N>, value: &str, ) -> Result<()>
Append a string slice to a fixed-capacity String, returning crate::Error::NoMemory when the buffer is full.
String
crate::Error::NoMemory