Skip to main content

IBreakStatement

Trait IBreakStatement 

Source
pub trait IBreakStatement: IStatement {
    // Provided methods
    fn m_ref(self) -> SourceRef { ... }
    fn set_m_ref(self, value: SourceRef) { ... }
}

Provided Methods§

Source

fn m_ref(self) -> SourceRef

Source

fn set_m_ref(self, value: SourceRef)

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§