BoxedCleanupStrategy

Type Alias BoxedCleanupStrategy 

Source
pub type BoxedCleanupStrategy = Box<dyn CleanupStrategy>;
Expand description

Type alias for boxed cleanup strategies to reduce verbosity.

Aliased Typeยง

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