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§