Skip to main content

dcrypt_api/error/
traits.rs

1//! Removed `Result` compatibility extensions.
2//!
3//! The module path remains as an intentional v4 tombstone. Use the standard
4//! [`core::result::Result`] combinators and the inherent enrichment methods on
5//! [`super::Error`]. See `docs/migration/V4-ERROR-API.md` for exact replacements.