time-tz icon indicating copy to clipboard operation
time-tz copied to clipboard

the trait bound `time_tz::Tz: std::hash::Hash` is not satisfied

Open gitmalong opened this issue 2 years ago • 0 comments

I am trying to iterate over the timezones within a webapp and Leptos requires the items to implement Hash.

time_tz::timezones::iter()

gitmalong avatar Aug 20 '23 18:08 gitmalong