Struct foreign_types::Opaque
source · pub struct Opaque(_);
Expand description
An opaque type used to define ForeignTypeRef
types.
A type implementing ForeignTypeRef
should simply be a newtype wrapper around this type.
pub struct Opaque(_);
An opaque type used to define ForeignTypeRef
types.
A type implementing ForeignTypeRef
should simply be a newtype wrapper around this type.