pub type BoxedCleanupStrategy = Box<dyn CleanupStrategy>;Expand description
Type alias for boxed cleanup strategies to reduce verbosity.
Aliased Typeยง
pub struct BoxedCleanupStrategy(/* private fields */);pub type BoxedCleanupStrategy = Box<dyn CleanupStrategy>;Type alias for boxed cleanup strategies to reduce verbosity.
pub struct BoxedCleanupStrategy(/* private fields */);