Skip to main content

PluginInnerBaseCtxBox

Type Alias PluginInnerBaseCtxBox 

Source
pub type PluginInnerBaseCtxBox<'cglue_a, CGlueT, CGlueCtx> = PluginInnerBase<'cglue_a, CBox<'cglue_a, CGlueT>, CGlueCtx>;
Expand description

CtxBoxed CGlue trait object for trait PluginInner with context.

Aliased Typeยง

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