blob: bbf28987de1a5e1859930ddeca8360492658ea95 [file] [log] [blame]
//! 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;