Skip to main content

ove_push_str

Function ove_push_str 

Source
pub fn ove_push_str<const N: usize>(
    s: &mut String<N>,
    value: &str,
) -> Result<()>
Expand description

Append a string slice to a fixed-capacity String, returning crate::Error::NoMemory when the buffer is full.