pub trait DirEntryExt { // Required method fn get_cap(&self, caps: DirCaps) -> Result<&dyn WasiDir, Error>; }