pub type Database<E> = Any<E, Key, Value, Hasher, Translator>;
Database type alias.
pub struct Database<E> { /* private fields */ }