InterceptFn

Type Alias InterceptFn 

Source
pub type InterceptFn = fn(Intercept, Value) -> Value;
Expand description

Intercept Function that allows you to manipulate how a particular value is parsed.

You only need to use this if you are not satisfied with how a pickle value from the datfile is converted into serde_json::Value