Type Definition limiting_factor::ErrorResult

source ·
pub type ErrorResult<T> = Result<T, Box<dyn Error>>;