Skip to main content

PluginHostRef

Type Alias PluginHostRef 

Source
pub type PluginHostRef = Arc<dyn PluginHost>;
Expand description

Reference-counted plugin host.

Aliased Typeยง

pub struct PluginHostRef { /* private fields */ }