DeserializeWithFn

Type Alias DeserializeWithFn 

Source
pub type DeserializeWithFn = for<'mem> unsafe fn(PtrConst<'mem>, PtrUninit<'mem>) -> Result<PtrMut<'mem>, String>;
Available on crate feature alloc only.
Expand description

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