Module virtual_fs::host_fs
source · Available on crate feature
host-fs only.Structs§
- A thin wrapper around
std::fs::File - A wrapper type around Stderr that implements
VirtualFile. - A wrapper type around Stdin that implements
VirtualFile. - A wrapper type around Stdout that implements
VirtualFile.