pub type FieldMapperFunc = Arc<dyn Fn(&str) -> String + Send + Sync + 'static>;
字段名映射函数类型(对齐 go 的 FieldMapperFunc)。
FieldMapperFunc
pub struct FieldMapperFunc { /* private fields */ }