Method lrs::string::String::with_pool

Syntax

impl<H> String<H>
    where H: Allocator,
{
    fn with_pool(pool: <H as Allocator>::Pool) -> String<H>
}

Arguments

NameDescription
pool