Skip to main content

IScopeBlockStatement

Trait IScopeBlockStatement 

Source
pub trait IScopeBlockStatement: IStatement {
    // Provided methods
    fn m_block(self) -> Statement { ... }
    fn set_m_block(self, value: Statement) { ... }
    fn m_stack_frame(self) -> RuntimeScopeBlock { ... }
    fn set_m_stack_frame(self, value: RuntimeScopeBlock) { ... }
    fn m_do(self) -> SourceRef { ... }
    fn set_m_do(self, value: SourceRef) { ... }
    fn m_end(self) -> SourceRef { ... }
    fn set_m_end(self, value: SourceRef) { ... }
}

Provided Methods§

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§