Type Alias cglue::ext::CloneCtxBox

source ·
pub type CloneCtxBox<'cglue_a, CGlueCtx> = CloneBaseCtxBox<'cglue_a, c_void, CGlueCtx>;
Expand description

Opaque CtxBoxed CGlue trait object for trait Clone with a context.

Aliased Type§

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