Trait rquickjs_core::context::MultiWith
source · pub trait MultiWith<'js> {
type Arg;
// Required method
fn with<R, F: FnOnce(Self::Arg) -> R>(self, f: F) -> R;
}
Expand description
A trait for using multiple contexts at the same time.