Struct lrs::marker::NoSend

A dummy object that is !Send

Syntax

struct NoSend

Trait implementations

NameDescription
Send

Objects whose ownership can be moved from one thread to another.

Remarks

This can be embedded in other objects to make them !Send.