pub type SaveRowFn = Box<dyn Fn(IndexMap<String, Value>) -> Result<(), GenericError> + Send + Sync>;Expand description
Callback invoked once per row when saving asynchronously (e.g. –deferred mode)
Aliased Type§
pub struct SaveRowFn(/* private fields */);