Trait rquickjs_core::HasByteCode[][src]

pub trait HasByteCode<'bc> {
    fn get_bytecode(&self) -> &'bc [u8]

Notable traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
; }

The module data which contains bytecode

This trait needed because the modules potentially can contain any kind of data like a typing (for TypeScript) or metadata.

Required methods

fn get_bytecode(&self) -> &'bc [u8]

Notable traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
[src]

Loading content...

Implementations on Foreign Types

impl<'bc> HasByteCode<'bc> for &'bc [u8][src]

Loading content...

Implementors

Loading content...