Docs.rs
virtual-fs-0.11.4
virtual-fs 0.11.4
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
syrusakbary
github:wasmerio:wasmer-core
ptitSeb
Dependencies
anyhow ^1.0.66
normal
optional
async-trait ^0.1
normal
bytes ^1
normal
derivative ^2.2.0
normal
filetime ^0.2.18
normal
optional
fs_extra ^1.2.0
normal
optional
futures ^0.3
normal
indexmap ^1.9.2
normal
lazy_static ^1.4
normal
libc ^0.2
normal
optional
pin-project-lite ^0.2.9
normal
replace_with ^0.1.7
normal
serde ^1.0
normal
optional
shared-buffer ^0.1.4
normal
slab ^0.4
normal
thiserror ^1
normal
tokio ^1
normal
tracing ^0.1
normal
typetag ^0.1
normal
optional
webc ^6.0.0-alpha8
normal
optional
pretty_assertions ^1.3.0
dev
tempfile ^3.6.0
dev
tokio ^1
dev
tracing-test ^0.2.4
dev
getrandom ^0.2
normal
getrandom ^0.2
normal
Versions
34.44%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
virtual_fs
0.11.4
ClonableVirtualFile
Object Safety
Implementors
In crate virtual_fs
Trait
virtual_fs
::
ClonableVirtualFile
Copy item path
source
·
[
−
]
pub trait ClonableVirtualFile:
VirtualFile
+
Clone
{ }
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
ClonableVirtualFile
for
NullFile
source
§
impl<T>
ClonableVirtualFile
for
ArcFile
<T>
where T:
VirtualFile
+
Send
+
Sync
+ 'static +
Clone
,