Skip to main content

IsolateCallback

Type Alias IsolateCallback 

Source
pub type IsolateCallback = Arc<dyn Fn(&ContainerId) + Send + Sync>;
Expand description

Type alias for the isolate callback function

Aliased Typeยง

pub struct IsolateCallback { /* private fields */ }