Derive Macro num_derive::Unsigned

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

Derives num_traits::Unsigned. The inner type must already implement Unsigned.