Method lrs::string::String::push

Syntax

impl<H> String<H>
    where H: Allocator,
{
    fn push(&mut self, s: &str) -> Result<(), Errno>
}

Arguments

NameDescription
s