Function deskulpt::commands::stringify_anyhow

source ยท
pub(crate) fn stringify_anyhow(err: Error) -> String
Expand description

Stringify an Error.

This is a similar representation to that one gets by default if returning an error from fn main, except that it never includes the backtrace to not be too verbose.