Module nu_protocol::cli_error
source · Expand description
This module manages the step of turning error types into printed error messages
Relies on the miette crate for pretty layout
Structs§
- This error exists so that we can defer SourceCode handling. It simply forwards most methods, except for
.source_code(), which we provide.