risingwave_common::error

Type Alias BoxedError

source
pub type BoxedError = Box<dyn Error + Sync + Send>;
Expand description

A boxed error type that is Send, Sync, and 'static.

Aliased Typeยง

struct BoxedError(/* private fields */);