pub struct op_print;Expand description
Auto-generated by deno_ops, i.e: #[op]
Use op_print::decl() to get an op-declaration
you can include in a deno_core::Extension.
Auto Trait Implementations
impl RefUnwindSafe for op_print
impl Send for op_print
impl Sync for op_print
impl Unpin for op_print
impl UnwindSafe for op_print
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more