Trait wasmer_vfs::FileOpener
source · pub trait FileOpener {
fn open(
&mut self,
path: &Path,
conf: &OpenOptionsConfig
) -> Result<Box<dyn VirtualFile + Send + Sync + 'static>>;
}
pub trait FileOpener {
fn open(
&mut self,
path: &Path,
conf: &OpenOptionsConfig
) -> Result<Box<dyn VirtualFile + Send + Sync + 'static>>;
}