[][src]Type Definition gog::EmptyResponse

type EmptyResponse = Result<Response, Error>;

This is returned from functions that GOG doesn't return anything for. Should only be used for error-checking to see if requests failed, etc.