Module qu::ick_use

source · []

Re-exports

pub use ::anyhow::Context as _;
pub use ::log;

Macros

Return early with an error.

Construct an ad-hoc error from a string or existing non-anyhow error value.

Structs

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

Traits

Parse command-line arguments into Self.

Type Definitions

Like anyhow::Result, but defaults the Ok case to ().

Derive Macros

Generates the Parser implementation.