mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-26 10:16:49 +00:00
7 lines
210 B
Rust
7 lines
210 B
Rust
//! 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;
|