InstanceDestructorAwareMixin

A default implementation for storing/accessing instance destructor.

mixin template InstanceDestructorAwareMixin (
T
) {}

Members

Functions

setInstanceDestructor
typeof(this) setInstanceDestructor(InstanceDestructor!T destructor)

Sets the destructor of component.

Meta