Trait rquickjs::MultiWith [−][src]
pub trait MultiWith<'js> {
type Arg;
fn with<R, F>(self, f: F) -> R
where
F: FnOnce(Self::Arg) -> R;
}
Expand description
A trait for using multiple contexts at the same time.