Type Definition std::io::stdio::LocalStream

source ·
type LocalStream = Arc<Mutex<Vec<u8>>>;