Type Definition 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.
pub type OwnedFilelike = OwnedFd;An owned filelike object.
This is a portability abstraction over Unix-like OwnedFd and
Windows’ OwnedHandle.