Struct foreign_types_shared::Opaque[][src]

pub struct Opaque(_);

An opaque type used to define ForeignTypeRef types.

A type implementing ForeignTypeRef should simply be a newtype wrapper around this type.

Auto Trait Implementations

impl Send for Opaque

impl !Sync for Opaque