[][src]Function rune_testing::run

pub fn run<N, A, T>(function: N, args: A, source: &str) -> Result<T> where
    N: IntoIterator,
    N::Item: Into<Component>,
    A: IntoArgs,
    T: FromValue

Call the specified function in the given script.