Method lrs::string::NoNullString::buffered

Creates a NoNullString that is backed by borrowed memory.

Syntax

impl<'a> NoNullString<NoMem<'a>> {
    fn buffered(buf: &'a mut [u8]) -> NoNullString<NoMem<'a>>
}

Arguments

NameDescription
buf