Structsยง
- Promise
Native ๐Handler
Constantsยง
Traitsยง
- Callback ๐Types that implement the
Callback
trait follow the same rooting requirements as types that use the#[dom_struct]
attribute. Prefer storingDom<T>
members inside them instead ofDomRoot<T>
to minimize redundant work by the garbage collector.