pub type CloneBaseBox<'cglue_a, CGlueT> = CloneBase<'cglue_a, CBox<'cglue_a, CGlueT>, NoContext>;
Expand description

Boxed CGlue trait object for trait Clone.

Aliased Type§

struct CloneBaseBox<'cglue_a, CGlueT> { /* private fields */ }