pub unsafe trait HasSend { }
Expand description

Safety

Implementing containers must contain types that implement Send.

Implementors