Skip to main content

GcErrorCallback

Type Alias GcErrorCallback 

Source
pub type GcErrorCallback = Arc<dyn Fn(String) + Send + Sync>;
Expand description

Callback for GC error reporting. Receives the error message.

Aliased Typeยง

pub struct GcErrorCallback { /* private fields */ }