Macro num_traits::cast::impl_as_primitive
source ยท macro_rules! impl_as_primitive { (@ $T: ty => $(#[$cfg:meta])* impl $U: ty ) => { ... }; (@ $T: ty => { $( $U: ty ),* } ) => { ... }; ($T: ty => { $( $U: ty ),* } ) => { ... }; }