Crate mini_service_locator

Source

Structs§

AnyHandle
A thread-safe shared pointer to a value of any Any type, allowing for downcasting.
ServiceLocator
A ServiceLocator is a simple service locator structure. Multiple memory-managed ‘services’ can be attached to it and later retrieved by their type.