[][src]Function tensile::console_runner

pub async fn console_runner<'_, Error>(
    test: Test<Error>,
    options: &'_ Options
) -> Result<TestReport> where
    Error: Debug + Display + Send + 'static,