pub trait ToSharedFd<T> { // Required method fn to_shared_fd(&self) -> SharedFd<T>; }
Get a clone of SharedFd.
SharedFd
Return a cloned SharedFd.