Docs.rs
try-drop-0.2.0
try-drop 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ALinuxPerson
Dependencies
anyhow ^1.0.53
normal
downcast-rs ^1.2.0
normal
optional
once_cell ^1.9.0
normal
optional
parking_lot ^0.12.0
normal
optional
rand ^0.8.4
normal
optional
shrinkwraprs ^0.3.0
normal
optional
tokio ^1.16.1
normal
optional
rand ^0.8.4
dev
tokio ^1.16.1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
Mode
try_
drop
0.2.0
Mode
Implementors
In try_
drop::
drop_
strategies::
once_
cell
try_drop
::
drop_strategies
::
once_cell
Trait
Mode
Copy item path
Source
pub trait Mode: Sealed { }
Expand description
How to handle cases where the error value is already occupied.
Implementors
§
Source
§
impl
Mode
for
Error
Source
§
impl
Mode
for
Ignore