Trait deno_core::Op

source ·
pub trait Op {
    const NAME: &'static str;
    const DECL: OpDecl;
}
Expand description

Trait implemented by all generated ops.

Required Associated Constants§

source

const NAME: &'static str

source

const DECL: OpDecl

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Op for op_close

source§

const NAME: &'static str = "op_close"

source§

const DECL: OpDecl = _

source§

impl Op for op_print

source§

const NAME: &'static str = "op_print"

source§

const DECL: OpDecl = _

source§

impl Op for op_resources

source§

const NAME: &'static str = "op_resources"

source§

const DECL: OpDecl = _

source§

impl Op for op_void_async

source§

const NAME: &'static str = "op_void_async"

source§

const DECL: OpDecl = _

source§

impl Op for op_void_sync

source§

const NAME: &'static str = "op_void_sync"

source§

const DECL: OpDecl = _