nix icon indicating copy to clipboard operation
nix copied to clipboard

Replace From<TimeSpec> for Duration with TryFrom<TimeSpec>

Open sporksmith opened this issue 4 years ago • 0 comments
trafficstars

This is a breaking change, since its impossible to implement both From<T> and TryFrom<T> for a type. If you'd rather it were nonbreaking, maybe we could add a method like try_into_duration on TimeSpec?

sporksmith avatar Aug 23 '21 23:08 sporksmith