Type Alias cglue::ext::DebugBox

source ·
pub type DebugBox<'cglue_a> = DebugBaseBox<'cglue_a, c_void>;
Expand description

Opaque Boxed CGlue trait object for trait Debug.

Aliased Type§

struct DebugBox<'cglue_a> { /* private fields */ }