Method lrs::string::String::available

Returns the number of available but unused bytes.

Syntax

impl<H> String<H>
    where H: Allocator,
{
    fn available(&self) -> usize
}