Expand description
The Reflector
struct.
Structsยง
- Reflector ๐A struct to store a reference to the reflector of a DOM object.
Traitsยง
- DomObject ๐A trait to provide access to the
Reflector
for a DOM object. - A trait to provide a function pointer to wrap function for DOM iterator interfaces.
- DomObject
Wrap ๐A trait to provide a function pointer to wrap function for DOM objects. - MutDom
Object ๐A trait to initialize theReflector
for a DOM object.
Functionsยง
- reflect_
dom_ ๐object Create the reflector for a new DOM object and yield ownership to the reflector.