ResultGetOkFn

Type Alias ResultGetOkFn 

Source
pub type ResultGetOkFn = unsafe fn(result: PtrConst) -> Option<PtrConst>;
Expand description

Get the Ok value contained in a result, if present

ยงSafety

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