pub trait Open { // Required method fn open(&mut self); }
| Open the database if it is not already | opened. |