Type Alias SkipSerializingIfFn

Source
pub type SkipSerializingIfFn = for<'mem> unsafe fn(PtrConst<'mem>) -> bool;
Expand description

A function that, if present, determines whether field should be included in the serialization step.