pub type SkipSerializingIfFn = unsafe fn(value: PtrConst) -> bool;Expand description
A function that, if present, determines whether field should be included in the serialization step. Takes a type-erased pointer and returns true if the field should be skipped.