[][src]Type Definition reefast::dh::Result

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

Alias for a Result which accepts any error type