Type Definition zebra_state::error::BoxError

source ·
pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
Expand description