Method lrs::vec::Vec::unused

Syntax

impl<H> Vec<u8, H>
    where H: Allocator,
{
    fn unused(&mut self) -> &mut [u8]
}