[go: up one dir, main page]

async-std 1.4.0

Async version of the Rust standard library
Documentation
1
2
3
4
5
6
7
//! The Rust primitive `()` type, sometimes called "unit" or "nil".
//!
//! This module provides types and implementations for working
//! asynchronously with values of type `()`.

mod from_stream;
mod extend;