Skip to main content

RunHandle

Type Alias RunHandle 

Source
pub type RunHandle = Box<dyn RunControl>;
Expand description

Boxed RunControl returned by Harness::run.

Aliased Type§

pub struct RunHandle(/* private fields */);