Struct diem_framework_releases::legacy::transaction_scripts::CompiledBytes [−][src]
pub struct CompiledBytes(_);Expand description
Bytes produced by compiling a Move source language script into Move bytecode
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CompiledBytes
impl Send for CompiledBytes
impl Sync for CompiledBytes
impl Unpin for CompiledBytes
impl UnwindSafe for CompiledBytes
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self