Type Alias radium::types::RadiumU128

source ·
pub type RadiumU128 = Cell<u128>;
Expand description

Best-effort atomicity for u128.

The required atomic support is not stabilized in core, so this is unconditionally a Cell.

Aliased Type§

struct RadiumU128 { /* private fields */ }