Method lrs::string::String::from_bytes_unchecked

Syntax

impl<H> String<H>
    where H: Allocator,
{
    unsafe fn from_bytes_unchecked(bytes: Vec<u8, H>) -> String<H>
}

Arguments

NameDescription
bytes