Module io_lifetimes::raw

source ·
Expand description

Portability abstractions over Raw*.

On Unix, “everything is a file descriptor”. On Windows, file/pipe/process handles are distinct from socket descriptors. This file provides a minimal layer of portability over this difference.

Traits

Type Aliases