Closed
Description
Currently if you want a time formatter you need to explicitly set the calendar type to NeverCalendar
/ ()
.
This raises the general question, should they have default generics?
The time formatter specific concern can also be addressed by
- Make a type alias such as
pub type TimeFormatter
- Make
format_time
imply this bound