Skip to main content

LSend

Trait LSend 

Source
pub trait LSend: Send + Sync { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<T: Send + Sync + ?Sized> LSend for T

Available on crate feature concurrent only.