Docs.rs
fuse-backend-rs-0.9.4
fuse-backend-rs 0.9.4
Docs.rs crate page
Apache-2.0
AND
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
jiangliu
imeoer
liubogithub
bergwolf
BraveY
Dependencies
arc-swap >=0.4.6
normal
bitflags ^1.1
normal
lazy_static ^1.4
normal
libc ^0.2.68
normal
log ^0.4.6
normal
mio ^0.8
normal
nix ^0.24
normal
vhost ^0.3
normal
virtio-queue ^0.1
normal
vm-memory ^0.7
normal
vmm-sys-util ^0.9
normal
futures ^0.3
dev
stderrlog ^0.5
dev
vm-memory ^0.7
dev
vmm-sys-util ^0.9
dev
caps ^0.3
normal
core-foundation-sys >=0.8
normal
Versions
100%
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
☰
AsyncDrive
Implementors
In fuse_backend_rs::async_util
?
Trait
fuse_backend_rs
::
async_util
::
AsyncDrive
source
·
[
−
]
pub trait AsyncDrive:
Clone
+
Send
+ 'static { }
Expand description
A helper trait to simplify generic type declaration
Implementors
source
impl<T:
Clone
+
Send
+ 'static>
AsyncDrive
for T