time-tz
time-tz copied to clipboard
the trait bound `time_tz::Tz: std::hash::Hash` is not satisfied
I am trying to iterate over the timezones within a webapp and Leptos requires the items to implement Hash.
time_tz::timezones::iter()