pub type Dummy<T> = Once<T>;
This is supported on crate feature object only.
Expand description

Dummy type, we need to instantiate all generic types, so we fill one with a dummy.