type NoSendSync = PhantomData<Rc<()>>;Expand description
Enforces !Send + !Sync (R API is not thread-safe).
Aliased Typeยง
struct NoSendSync;type NoSendSync = PhantomData<Rc<()>>;Enforces !Send + !Sync (R API is not thread-safe).
struct NoSendSync;