rust-electrum-client
rust-electrum-client copied to clipboard
Deriving more traits for Error
Currently due to limitation of error data structures from the upstream crates this is impossible. However next weeks I will be fixing rust-secp256k1, rust-bitcoin & rust-miniscript error types to a uniform format, so leaving this issue just not to forget to fix Error derives here once that will have be done.
@dr-orlovsky is this still an issue?
Yes, and not all of the upstream PRs required for implementing more derives in rust-electrum are accepted yet (but most is already)