Type Definition workflow_terminal::result::CliResult

source ·
pub type CliResult<T> = Result<T, String>;