FieldMapperFunc

Type Alias FieldMapperFunc 

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

Function type for field name mapping.

Aliased Typeยง

pub struct FieldMapperFunc { /* private fields */ }