Docs.rs
async-dropx-0.1.6
async-dropx 0.1.6
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
bensantora
Dependencies
async-std ^1
normal
optional
tokio ^1
normal
optional
async-std ^1
dev
tokio ^1
dev
Versions
83.33%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Crate async_dropx
async_
dropx
0.1.6
All Items
Crate Items
Structs
Traits
Crate
async_
dropx
Copy item path
Source
Structs
§
Async
Dropx
Wrapper that ensures
async_drop
is called when the object goes out of scope.
Traits
§
Async
Drop
Trait for types that require async cleanup.