Trait rquickjs_core::HasByteCode
source · [−]pub trait HasByteCode<'bc> {
fn get_bytecode(&self) -> &'bc [u8]ⓘNotable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]
;
}
Expand description
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.