Function steamgriddb_api::response::response_to_result_flat[][src]

pub fn response_to_result_flat<T>(
    inner: Response<Vec<Response<Vec<T>>>>
) -> SteamGridDbResult<Vec<SteamGridDbResult<T>>> where
    T: Clone
Expand description

Converts the reponse to a result, that is easier to work with. This will also return a single list of resutls instead of a list of lists (since there are only one element in the list anyways)