Macro serde_json::number::impl_from_signed

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