necsim_core
0.1.0
Boolean
Required Associated Constants
VALUE
Object Safety
Implementors
In necsim_core::reporter::boolean
?
Settings
Trait
necsim_core
::
reporter
::
boolean
::
Boolean
Copy item path
source
·
[
−
]
pub trait Boolean: 'static + Sealed { const
VALUE
:
bool
; }
Required Associated Constants
§
source
const
VALUE
:
bool
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
Boolean
for
False
source
§
const
VALUE
:
bool
= false
source
§
impl
Boolean
for
True
source
§
const
VALUE
:
bool
= true