Module gchemol_gut::prelude

source ·

Re-exports

Macros

  • Construct an ad-hoc error from a string or existing non-anyhow error value.
  • Return early with an error.
  • Construct an ad-hoc error from a string or existing non-anyhow error value.
  • Similar to std::dbg! macro, but print with info! instead of eprintln!

Structs

  • The Error type, a wrapper around a dynamic error type.

Traits

Functions

  • Equivalent to Ok::<_, anyhow::Error>(value).

Type Definitions