pub fn format_cli_error(headline: &str, error: &RajacError) -> StringExpand description
What does format_cli_error return?
It returns a stable, human-readable rendering of a RajacError that is
suitable for printing from a command-line binary.
pub fn format_cli_error(headline: &str, error: &RajacError) -> StringWhat does format_cli_error return?
It returns a stable, human-readable rendering of a RajacError that is
suitable for printing from a command-line binary.