[][src]Module neon::handle

Safe handles to managed JavaScript memory.

Structs

DowncastError

An error representing a failed downcast.

Handle

A safely rooted handle to a JS value in memory that is managed by the garbage collector.

Traits

Managed

The trait of data that is managed by the JS garbage collector and can only be accessed via handles.

Type Definitions

DowncastResult

The result of a call to Handle::downcast().