Type Definition zebra_state::error::BoxError
source · pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
Expand description
A boxed std::error::Error
.
pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
A boxed std::error::Error
.