-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
From @gnzlbg on October 26, 2017 9:18
Say I want to implement some num traits for:
struct R64(f64);
Is there a macro in num_derive
to do this? Currently FromPrimitive and ToPrimitive only work on enums.
Copied from original issue: rust-num/num#341