Skip to main content

BoxedToolset

Type Alias BoxedToolset 

Source
pub type BoxedToolset<Deps> = Box<dyn AbstractToolset<Deps>>;
Expand description

Boxed toolset for dynamic dispatch.

Aliased Typeยง

pub struct BoxedToolset<Deps>(/* private fields */);