Type Definition BoxError
zebra_consensus
type BoxError = Box<dyn Error + Send + Sync + 'static>;
A boxed std::error::Error.
std::error::Error