[][src]Type Definition limiting_factor::ErrorResult

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