Function call_test

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