pub type Deleter = Box<dyn DeleteDyn>;
Deleter is a type erased Delete
Delete
struct Deleter(/* private fields */);