Function user_tracked_times

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