Docs.rs
fuse-backend-rs-0.1.2
fuse-backend-rs 0.1.2
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.0
normal
caps ^0.5.1
normal
libc >=0.2.68
normal
log >=0.4.6
normal
nix ^0.18.0
normal
vm-memory ^0.5
normal
vmm-sys-util ^0.4
normal
futures ^0.3.0
dev
stderrlog ^0.4
dev
vm-memory ^0.5
dev
vmm-sys-util ^0.4
dev
Versions
94.5%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
Trait AsyncDrive
Implementors
Other items in
fuse_backend_rs
::
async_util
?
Trait
fuse_backend_rs
::
async_util
::
AsyncDrive
[
−
]
[src]
pub trait AsyncDrive:
Clone
+
Send
+ 'static { }
Expand description
A helper trait to simplify generic type declaration
Implementors
[src]
impl<T:
Clone
+
Send
+ 'static>
AsyncDrive
for T