risingwave_error

Trait Alias Error

source
trait Error = Error
    + Send
    + Sync
    + 'static;
Expand description

An error type that is Send, Sync, and 'static.