Skip to main content

SharedTool

Type Alias SharedTool 

Source
pub type SharedTool = Arc<dyn DynTool>;
Expand description

Shared tool handle.

Aliased Typeยง

pub struct SharedTool { /* private fields */ }