gpg-rs / gpgme

GPGme bindings for Rust
GNU Lesser General Public License v2.1
83 stars 13 forks source link

`impl std::error::Error for WrappedError` #22

Closed richard-uk1 closed 6 years ago

richard-uk1 commented 6 years ago

Just forwards the method to the inner error. Useful for working with things like Box<std::error::Error>.