Trait num_irrational::WithUnsigned
source · [−]pub trait WithUnsigned {
type Unsigned;
fn to_unsigned(self) -> Self::Unsigned;
}Expand description
Represents a number type with corresponding unsigned version
Unsigned number can implement this trait as well, with type Unsigned = Self.