pub trait VfsHandle: Send { // Required methods fn readonly(&self) -> bool; fn in_memory(&self) -> bool; }