ContainerMixin

Mix in container interface implementation that delegates it to decorated container.

@safe
mixin template ContainerMixin () {}

Members

Functions

instantiate
typeof(this) instantiate()

Sets up the internal state of container.

terminate
typeof(this) terminate()

Destruct all managed components.

Meta