Skip to main content

PluginInnerCtxRef

Type Alias PluginInnerCtxRef 

Source
pub type PluginInnerCtxRef<'cglue_a, CGlueCtx> = PluginInnerBaseCtxRef<'cglue_a, c_void, CGlueCtx>;
Expand description

Opaque by-ref CGlue trait object for trait PluginInner with a context.

Aliased Typeยง

pub struct PluginInnerCtxRef<'cglue_a, CGlueCtx> { /* private fields */ }