DeserializeWithFn

Type Alias DeserializeWithFn 

Source
pub type DeserializeWithFn = for<'mem> unsafe fn(source: PtrConst<'mem>, target: PtrUninit<'mem>) -> Result<PtrMut<'mem>, String>;
Expand description

A function that, if present, is called during custom deserialization to convert the source shape into the target type