Module promisenativehandler

Source

Structsยง

PromiseNativeHandler ๐Ÿ”’

Constantsยง

_IMPL_DOMOBJECT_FOR_PromiseNativeHandler ๐Ÿ”’

Traitsยง

Callback ๐Ÿ”’
Types that implement the Callback trait follow the same rooting requirements as types that use the #[dom_struct] attribute. Prefer storing Dom<T> members inside them instead of DomRoot<T> to minimize redundant work by the garbage collector.