Skip to main content

NoSendSync

Type Alias NoSendSync 

Source
type NoSendSync = PhantomData<Rc<()>>;
Expand description

Enforces !Send + !Sync (R API is not thread-safe).

Aliased Typeยง

struct NoSendSync;