pub type BoxStrategy = Box<dyn Strategy>;
Boxed strategy alias.
pub struct BoxStrategy(/* private fields */);