[][src]Type Definition gchemol_gut::cli::CliResult

type CliResult = Result<()>;
Deprecated:

Use anyhow::Result<()>

A handy alias for Result that carries a generic error type.