Type Definition ibc_relayer_cli::prelude::BoxError[][src]

type BoxError = Box<dyn Error + 'static + Sync + Send, Global>;
Expand description

BoxError type for top-level error handling Box containing a thread-safe + 'static error suitable for use as a as an std::error::Error::source