Trait rquickjs_core::ParallelSend[][src]

pub trait ParallelSend { }
This is supported on non-crate feature parallel only.
Expand description

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

Implementors