Type Alias tower_abci::BoxError

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

A convenient error type alias.

Aliased Type§

struct BoxError(/* private fields */);