pub trait MaybeSendSync: Send + Sync { }Expand description
Send + Sync on native targets; no requirement on wasm32.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait MaybeSendSync: Send + Sync { }Send + Sync on native targets; no requirement on wasm32.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".