pub async fn user_tracked_times(
configuration: &Configuration,
owner: &str,
repo: &str,
user: &str,
) -> Result<Vec<TrackedTime>, Error<UserTrackedTimesError>>
pub async fn user_tracked_times(
configuration: &Configuration,
owner: &str,
repo: &str,
user: &str,
) -> Result<Vec<TrackedTime>, Error<UserTrackedTimesError>>