Type Alias radium::types::RadiumBool
source · pub type RadiumBool = AtomicBool;Expand description
Best-effort atomic bool type.
Aliased Type§
struct RadiumBool { /* private fields */ }pub type RadiumBool = AtomicBool;Best-effort atomic bool type.
struct RadiumBool { /* private fields */ }