LocatorAwareMixin

Mixin implementing LocatorAware interface for a component of type T.

  1. mixintemplate LocatorAwareMixin(T : LocatorAware!(Z, X), Z, X)
    @safe
    mixin template LocatorAwareMixin (
    T : LocatorAware!(Z, X)
    Z
    X
    ) {}
  2. mixintemplate LocatorAwareMixin(Type = Object, KeyType = string)

Members

Mixins

__anonymous
mixin LocatorAwareMixin!(Z, X)
Undocumented in source.

Meta