Type Alias OtherSign

Source
pub type OtherSign<I> = <I as MinInt>::OtherSign;
Expand description

Access the associated OtherSign type from an int (helper to avoid ambiguous associated types).