pub type CustomError = Error;
Expand description

Type alias for an anyhow::Error.

Aliased Type§

struct CustomError { /* private fields */ }