Skip to main content

EnsureSyncSend

Trait EnsureSyncSend 

Source
trait EnsureSyncSend:
    Sync
    + Send
    + 'static { }
Expand description

Trait to let us assert at compile time that something is nicely Sync etc.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§