Module owned

1.66.0 · Source
Expand description

Owned and borrowed Unix-like file descriptors.

Macros§

impl_is_terminal 🔒

Structs§

BorrowedFd
A borrowed file descriptor.
OwnedFd
An owned file descriptor.

Traits§

AsFd
A trait to borrow the file descriptor from an underlying object.

Type Aliases§

ValidRawFd 🔒