Struct wasmer_vfs::mem_fs::FileOpener
source · pub struct FileOpener { /* private fields */ }
Expand description
The type that is responsible to open a file.
Trait Implementations§
source§impl Clone for FileOpener
impl Clone for FileOpener
source§fn clone(&self) -> FileOpener
fn clone(&self) -> FileOpener
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more