Derive Macro num_derive::Signed

source ·
#[derive(Signed)]
{
    // Attributes available to this derive:
    #[num_traits]
}
Expand description

Derives num_traits::Signed for newtypes. The inner type must already implement Signed.