Type Definition tower_abci::BoxError

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

A convenient error type alias.