fn fetch_project_time_logs_impl(
options: &FetchOptions,
http_client: &impl HttpFetcher,
) -> Result<Project, QueryError>Expand description
Implementation of fetch_project_time_logs() that takes FetchOptions and an HTTP client as parameter.