pub trait FileLike { // Required methods fn get_metadata(&self) -> Result<Metadata>; fn as_raw_fd(&self) -> RawFd; }