Closed carlocorradini closed 7 months ago
DisError should impl std::error::Error. To avoid all the burden it's better to use thiserror for DisError.
DisError
impl
std::error::Error
Applied proposed use of thiserror in the development branch.
DisError
shouldimpl
std::error::Error
. To avoid all the burden it's better to use thiserror forDisError
.