macro_rules! singleton { ($instance:expr) => { ... }; }
Register a singleton instance (concrete type)
singleton!(DatabaseConnection::new(&url));