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

Implementors§

source§

impl Op for op_close

source§

const NAME: &'static str = _

source§

const DECL: OpDecl = _

source§

impl Op for op_print

source§

const NAME: &'static str = _

source§

const DECL: OpDecl = _

source§

impl Op for op_resources

source§

const NAME: &'static str = _

source§

const DECL: OpDecl = _

source§

impl Op for op_void_async

source§

const NAME: &'static str = _

source§

const DECL: OpDecl = _

source§

impl Op for op_void_sync

source§

const NAME: &'static str = _

source§

const DECL: OpDecl = _