pub fn inject_optional<T: 'static>() -> Option<Arc<T>>
Inject T instance from the DI container.
Returns None if the type is not registered in the container.
None