Macro serde_json::number::impl_from_unsigned

source ยท
macro_rules! impl_from_unsigned {
    (
        $($ty:ty),*
    ) => { ... };
}