pub type RunHandle = Box<dyn RunControl>;Expand description
Boxed RunControl returned by Harness::run.
Aliased Type§
pub struct RunHandle(/* private fields */);pub type RunHandle = Box<dyn RunControl>;Boxed RunControl returned by Harness::run.
pub struct RunHandle(/* private fields */);