pub trait RewriteDB { // Required method fn rewritedb(&mut self); }
| The action to do when the DB needs rewrite |