FieldMapperFunc

Type Alias FieldMapperFunc 

Source
pub type FieldMapperFunc = Arc<dyn Fn(&str) -> String + Send + Sync + 'static>;
Expand description

字段名映射函数类型(对齐 go 的 FieldMapperFunc)。

Aliased Type§

pub struct FieldMapperFunc { /* private fields */ }