Skip to main content

String

Type Alias String 

Source
pub type String<'a> = String<'a>;
Expand description

A string allocated in an arena.

Aliased Typeยง

pub struct String<'a> { /* private fields */ }