pub type SharedStr = String;
Shared string payloads stay as String for now; this is the swap point for any future Arc<str> migration.
String
Arc<str>
pub struct SharedStr { /* private fields */ }