Skip to main content

SharedString

Type Alias SharedString 

Source
pub type SharedString = Arc<str>;
Expand description

Shared string that avoids cloning for read-only access

Aliased Typeยง

pub struct SharedString { /* private fields */ }