Module deno_core::plugin_api[][src]

Structs

ZeroCopyBuf

A ZeroCopyBuf encapsulates a slice that’s been borrowed from a JavaScript ArrayBuffer object. JavaScript objects can normally be garbage collected, but the existence of a ZeroCopyBuf inhibits this until it is dropped. It behaves much like an Arc<u8>.

Enums

Op
OpResponse

Traits

Interface

Type Definitions

DispatchOpFn
InitFn
OpId