pub trait RuntimeTypeProvider<Context>: IsProviderFor<RuntimeTypeProviderComponent, Context, ()> { type Runtime; }