Expand description
A helper trait to pass arguments on a function calls.
impl<'js, A, B> AsArguments<'js> for (A, B) where
A: IntoInput<'js>,
B: IntoInput<'js>,
impl<'js, A, B, C> AsArguments<'js> for (A, B, C) where
A: IntoInput<'js>,
B: IntoInput<'js>,
C: IntoInput<'js>,
impl<'js, A, B, C, D> AsArguments<'js> for (A, B, C, D) where
A: IntoInput<'js>,
B: IntoInput<'js>,
C: IntoInput<'js>,
D: IntoInput<'js>,
impl<'js, A, B, C, D, E> AsArguments<'js> for (A, B, C, D, E) where
A: IntoInput<'js>,
B: IntoInput<'js>,
C: IntoInput<'js>,
D: IntoInput<'js>,
E: IntoInput<'js>,
impl<'js, A, B, C, D, E, F> AsArguments<'js> for (A, B, C, D, E, F) where
A: IntoInput<'js>,
B: IntoInput<'js>,
C: IntoInput<'js>,
D: IntoInput<'js>,
E: IntoInput<'js>,
F: IntoInput<'js>,