Method lrs::string::String::push_char

Syntax

impl<H> String<H>
    where H: Allocator,
{
    fn push_char(&mut self, c: char) -> Result<(), Errno>
}

Arguments

NameDescription
c