Skip to main content

SharedStr

Type Alias SharedStr 

Source
pub type SharedStr = String;
Expand description

Shared string payloads stay as String for now; this is the swap point for any future Arc<str> migration.

Aliased Typeยง

pub struct SharedStr { /* private fields */ }