Type Alias cglue::trait_group::NoContext

source ·
pub type NoContext = PhantomData<c_void>;
Expand description

Describes absence of a context.

This context is used by default whenever a specific context was not supplied.

Aliased Type§

struct NoContext;