Method lrs::string::String::from_bytes

Syntax

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

Arguments

NameDescription
bytes