Type Definition api_request_utils::CustomMapper
source · pub type CustomMapper<T, O> = dyn Fn(T) -> O + Sync;
Expand description
Alias for a closure mapping the Deserialized type into O
This is useful when deserialized into serde_json::Value and then need to get element