Skip to main content

ScriptOutputReporter

Trait ScriptOutputReporter 

Source
pub trait ScriptOutputReporter:
    Send
    + Sync
    + 'static {
    // Required method
    fn report(&self, stream: ScriptOutputStream, line: String);
}

Required Methods§

Source

fn report(&self, stream: ScriptOutputStream, line: String)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§