//! This module contains implementation of errors in pareg.
modarg_err_ctx;modarg_err_kind;modarg_error;modcolor_mode;pubuseself::{arg_err_ctx::*,arg_err_kind::*,arg_error::*,color_mode::*};/// Pareg result type. It is [`std::result::Result<T, ArgError<'a>>`]
pubtypeResult<T, E = ArgError>=std::result::Result<T, E>;