[][src]Type Definition tectonic_errors::Result

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

A preloaded result type where the error type is our generic error type.