pub type SharedStringIo = Arc<Mutex<StringIoData>>;Expand description
Shared, reference-semantic io.StringIO state (an alias shares the buffer,
like bytearray/list).
Aliased Typeยง
pub struct SharedStringIo { /* private fields */ }pub type SharedStringIo = Arc<Mutex<StringIoData>>;Shared, reference-semantic io.StringIO state (an alias shares the buffer,
like bytearray/list).
pub struct SharedStringIo { /* private fields */ }