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. |
||
---|---|---|
.. | ||
encode.rs | ||
mod.rs | ||
params.rs |