Trait dync::traits::HasSend

source ·
pub unsafe trait HasSend { }
Expand description

Safety

Implementing containers must contain types that implement Send.

Implementors§