Module anyhow

Macros§

def_anyhow_newtype
Define a newtype wrapper around anyhow::Error.
def_anyhow_variant
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.