[][src]Function rune_testing::run_async

pub async fn run_async<N, A, T, '_>(
    function: N,
    args: A,
    source: &'_ str
) -> Result<T> where
    N: IntoIterator,
    N::Item: Into<Component>,
    A: Args,
    T: FromValue

Call the specified function in the given script.