Skip to main content

BoxedRun

Type Alias BoxedRun 

Source
pub type BoxedRun = Box<dyn RunKernel>;
Expand description

A boxed, name-erased runnable search.

One virtual call per whole search; the inner traversal is statically dispatched over the concrete kernel.

Aliased Typeยง

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