Skip to main content

SignedScaledInteger

Trait SignedScaledInteger 

Source
pub trait SignedScaledInteger<const D: u8>:
    ScaledInteger<D>
    + CheckedNeg
    + Signed { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<I, const D: u8> SignedScaledInteger<D> for I