pub trait PortableFileExt { // Required methods fn portable_dev(&self) -> u64; fn portable_ino(&self) -> u64; }