Type Definition io_lifetimes::OwnedFilelike
source · pub type OwnedFilelike = OwnedHandle;
Expand description
An owned filelike object.
This is a portability abstraction over Unix-like OwnedFd
and
Windows’ OwnedHandle
.
pub type OwnedFilelike = OwnedHandle;
An owned filelike object.
This is a portability abstraction over Unix-like OwnedFd
and
Windows’ OwnedHandle
.