An integer that can be used by [`DecInt::new`].
| 135 | |
| 136 | /// An integer that can be used by [`DecInt::new`]. |
| 137 | pub trait Integer: private::Sealed {} |
| 138 | |
| 139 | impl Integer for i8 {} |
| 140 | impl Integer for i16 {} |
nothing calls this directly
no outgoing calls
no test coverage detected