Type Definition json_cli::CliResult

source · []
pub type CliResult = Result<String, String>;
Expand description

A common result to be returned to users