Type Alias io_lifetimes::OwnedFilelike

source ·
pub type OwnedFilelike = OwnedFd;
Expand description

An owned filelike object.

This is a portability abstraction over Unix-like OwnedFd and Windows’ OwnedHandle.

Aliased Type§

struct OwnedFilelike { /* private fields */ }