[][src]Function callback::create_callback_2

pub fn create_callback_2(
    cb: Box<dyn FnMut(JSValue, JSValue) + Send + 'static>
) -> JSValue