Skip to main content

IByteCode_SourceCodeStackGuard

Trait IByteCode_SourceCodeStackGuard 

Source
pub trait IByteCode_SourceCodeStackGuard: IObject {
    // Provided methods
    fn m_bc(self) -> ByteCode { ... }
    fn set_m_bc(self, value: ByteCode) { ... }
}

Provided Methods§

Source

fn m_bc(self) -> ByteCode

Source

fn set_m_bc(self, value: ByteCode)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§