pub trait AutoTypeKey<T: Component>: TypeKey { fn new() -> Self; }
A TypeKey which can construct itself for a given type T.
TypeKey
Constructs the type key for component type T.
T