Trait rquickjs_core::ParallelSend[][src]

pub trait ParallelSend { }

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

Implementors

impl<T> ParallelSend for T[src]

Loading content...