InstanceDestructorAwareMixin.setInstanceDestructor

Sets the destructor of component.

mixintemplate InstanceDestructorAwareMixin(T)
@safe
typeof(this)
setInstanceDestructor

Parameters

destructor InstanceDestructor!T

destructor for components of type T.

Return Value

Type: typeof(this)

The InstanceDestructorAware!T

Meta