SkipSerializingIfFn

Type Alias SkipSerializingIfFn 

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

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