Skip to main content

ConditionallySendSync

Trait ConditionallySendSync 

Source
pub trait ConditionallySendSync:
    Send
    + Sync
    + 'static { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<S> ConditionallySendSync for S
where S: Send + Sync + 'static,