Trait rquickjs::markers::ParallelSend

source ·
pub trait ParallelSend: Send { }

Implementors§

source§

impl<T> ParallelSend for T
where T: Send,