Type Definition move_compiler::compiled_unit::CompiledUnit
source · [−]pub type CompiledUnit = CompiledUnitEnum<NamedCompiledModule, NamedCompiledScript>;
Implementations
sourceimpl CompiledUnit
impl CompiledUnit
pub fn name(&self) -> Symbol
pub fn package_name(&self) -> Option<Symbol>
pub fn source_map(&self) -> &SourceMap
pub fn serialize(&self, bytecode_version: Option<u32>) -> Vec<u8>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
pub fn serialize_debug(self) -> Vec<u8>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
pub fn serialize_source_map(&self) -> Vec<u8>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,