DynObjectLenFn

Type Alias DynObjectLenFn 

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

Get the length of an object. Returns None if not an object.

ยงSafety

value must point to an initialized dynamic value.