Type Alias SharedSyncString

Source
pub type SharedSyncString = SharedGenString<Arc<Box<[u8]>>>;
Expand description

Use SharedSyncString if you need to pass it between threads

Aliased Typeยง

pub struct SharedSyncString { /* private fields */ }