Struct lrs::marker::NoSync

A dummy object that is !Sync.

Syntax

struct NoSync

Trait implementations

NameDescription
Sync

Objects that allow immutable access from threads other than their owning thread.

Remarks

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