[][src]Type Definition imgix::util::errors::Result

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

Custom result type for imgix.