ResultIsOkFn

Type Alias ResultIsOkFn 

Source
pub type ResultIsOkFn = unsafe fn(result: PtrConst) -> bool;
Expand description

Check if a result is Ok

ยงSafety

The result parameter must point to aligned, initialized memory of the correct type.