Struct fuel_etk_cli::errors::WithSources
source · pub struct WithSources<E>(pub E);Expand description
A wrapper which prints a snafu::ErrorCompat, plus its backtraces if they
exist.
Tuple Fields§
§0: Epub struct WithSources<E>(pub E);A wrapper which prints a snafu::ErrorCompat, plus its backtraces if they
exist.
0: E