Struct CallbackDestructor

Use callback stored in annotation to destroy a component of type T

struct CallbackDestructor(T, Dg, Args...) ;

Parameters

NameDescription
dg callback used to destroy the component
args arguments passed to callback to destroy the component