Module owned

Module owned 

1.66.0 · Source
Available on Unix or HermitCore or target_os=trusty or WASI only.
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 🔒