risingwave_error

Type Alias BoxedError

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

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

Aliased Typeยง

struct BoxedError(/* private fields */);