[][src]Type Definition spectacles_rest::Result

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

A modified result type which encompasses the global error type.