pub type ObjectConverter = Arc<dyn Fn(AnyValue<'_>) -> Box<dyn Any> + Send + Sync>;
object
pub struct ObjectConverter { /* private fields */ }