oceandrift-di ~master (2024-01-27T02:11:55.53474)
Dub
Repo
determineWhyNotConstructableByDI
oceandrift
di
Determines
why
a type
T
is not constructable by the DI framework.
template
determineWhyNotConstructableByDI (
T
) {
static immutable
string
determineWhyNotConstructableByDI
;
}
Members
Static variables
determineWhyNotConstructableByDI
string
determineWhyNotConstructableByDI
;
ditto
Return Value
string
= reason
null
= is constructable, in fact
Meta
Source
See Implementation
oceandrift
di
aliases
DIContainer
classes
DI
enums
_diConstructorUDA
dependency
mixin templates
DIConstructor
templates
determineWhyNotConstructableByDI
diConstructorString
variables
isConstructableByDI
isForbiddenType
isSupportedDependencyType
isntForbiddenType
Determines why a type T is not constructable by the DI framework.