[go: up one dir, main page]

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.