CallbackMethodConfiguratorPolicy

Method configurator policy that will call callback from @callback annotated methods.

@safe
struct CallbackMethodConfiguratorPolicy {}

Members

Static functions

configureMethod
void configureMethod(T instantiator, Locator!() locator)

Configre instantiator to call callback from @callback annotation with arguments that are stored in annotation

Meta