Skip to main content

MaybeSync

Trait MaybeSync 

Source
pub trait MaybeSync { }
Expand description

See the send-gated variant above.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<T> MaybeSync for T

Available on non-crate feature send only.