Skip to main content

ISourceRef

Trait ISourceRef 

Source
pub trait ISourceRef: IObject {
    // Provided methods
    fn breakpoint(self) -> bool { ... }
    fn set_breakpoint(self, value: bool) { ... }
}

Provided Methods§

Source

fn breakpoint(self) -> bool

Source

fn set_breakpoint(self, value: bool)

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§