Function call_test_err

Source
pub async fn call_test_err<'js, T, A>(
    ctx: &Ctx<'js>,
    module: &Module<'js, Evaluated>,
    args: A,
) -> Result<T, CaughtError<'js>>
where T: FromJs<'js>, A: IntoArgs<'js>,