Type Definition ruint::aliases::U128

source · []
pub type U128 = Uint<128, 2>;
Expand description

Uint for 128 bits. Similar to u128.

Trait Implementations

Converts to this type from the input type.