57dd6739c3
We implement `source` for all our error types. This means that we should not display the source error explicitly because users can call `source` to get the source error. However, `std::Error::source()` is only available for "std" builds, so that we do not loose the error source information in "no-std" builds add a macro that conditionally adds the source onto the error message. |
||
---|---|---|
.. | ||
blockdata | ||
consensus | ||
network | ||
util | ||
hash_types.rs | ||
internal_macros.rs | ||
lib.rs | ||
policy.rs | ||
serde_utils.rs | ||
test_macros.rs |