Type Definition irx_config::AnyResult

source ·
pub type AnyResult<T> = StdResult<T, Box<dyn StdError + Send + Sync + 'static>>;
Expand description

A result type with any error.