TWrapperTransportFactory.getTransport

Undocumented in source. Be warned that the author may not have intended to support it.
class TWrapperTransportFactory(T)
override
T
getTransport
if (
is(T : TTransport) &&
__traits(compiles, new T(TTransport.init))
)

Meta