callback
- auto callback(void delegate(Locator!(), ref T, Args) dg, Args args)
- auto callback(void function(Locator!(), ref T, Args) dg, Args args)
- auto callback(void delegate(Locator!(), T, Args) dg, Args args)
- auto callback(void function(Locator!(), T, Args) dg, Args args)
- struct CallbackConfigurerAnnotation(Z, Dg, Args...)
Annotation that specifies a delegate to be used to configure component somehow.