risingwave_error

Module anyhow

source

Macros§

  • Define a newtype wrapper around anyhow::Error.
  • Define a newtype + it’s variant in the specified type. This is useful when you want to define a new error type, but also want to define a variant for it in another enum.