Skip to main content

OnPutCallback

Type Alias OnPutCallback 

Source
pub type OnPutCallback = Arc<dyn Fn(&str, &DecodedValue) + Send + Sync>;
Expand description

Callback invoked after a PUT value is applied to a record.

Aliased Typeยง

pub struct OnPutCallback { /* private fields */ }