pub trait ToSignedBits {
    fn to_signed_bits<const N: usize>(self) -> Signed<N>;
}

Required Methods

Implementations on Foreign Types

Implementors