Type Alias BoxedDriver

Source
pub type BoxedDriver<A> = Drive<Box<dyn FnMut(&mut A, &Step) -> Result<bool, DriverError>>, A>;

Aliased Typeยง

struct BoxedDriver<A> { /* private fields */ }