A helper trait for negating a BoundedInt instance.

Signature

pub trait NegateHelper

Trait functions

negate

Negates the given value.

Signature

fn negate(self: T) -> NegateHelperResult

Trait types

Result

The result of negating the given value.

Signature

type Result;