Trait rquickjs_core::markers::ParallelSend

source ·
pub trait ParallelSend { }
Expand description

The marker trait which requires Send when "parallel" feature is used

Implementors§

source§

impl<T> ParallelSend for T