Method lrs::string::CPtrPtr::push

Adds a string to the CPtrPtr.

Syntax

impl<Heap> CPtrPtr<Heap>
    where Heap: Allocator,
{
    fn push<S>(&mut self, s: S) -> Result<(), Errno>
        where S: ToCStr,
}

Arguments

NameDescription
s

The string to be added.