Skip to main content

ResultIsOkFn

Type Alias ResultIsOkFn 

Source
pub type ResultIsOkFn = unsafe extern "C" 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.