InstanceDestructorAware

Interface for objects that are aware of an instance factory and can use it to instantiate a component.

@safe
interface InstanceDestructorAware (
T
) {}

Members

Properties

setInstanceDestructor
InstanceDestructor!T setInstanceDestructor [@property setter]

Sets the destructor of component.

Meta