pub type Dummy<T> = Once<T>;
object
Dummy type, we need to instantiate all generic types, so we fill one with a dummy.