macro_rules! inject { ($trait:path) => { ... }; }
Inject trait implementation from the DI container.
Panics if the trait is not registered in the container.