DynGetBoolFn

Type Alias DynGetBoolFn 

Source
pub type DynGetBoolFn = unsafe fn(value: PtrConst) -> Option<bool>;
Expand description

Get a boolean value. Returns None if not a bool.

ยงSafety

value must point to an initialized dynamic value.