Type Alias radium::types::RadiumBool

source ·
pub type RadiumBool = AtomicBool;
Expand description

Best-effort atomicity for bool.

This target has the required atomic support.

Aliased Type§

struct RadiumBool { /* private fields */ }