Type Definition limiting_factor::ErrorResult[][src]

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