pub trait FloppyUnixMetadata { // Required methods fn uid(&self) -> Result<u32>; fn gid(&self) -> Result<u32>; }