[][src]Trait rune::EmitDiagnostics

pub trait EmitDiagnostics {
    fn emit_diagnostics<O>(self, out: &mut O) -> Result<(), DiagnosticsError>
    where
        O: WriteColor
; }

Helper trait for emitting diagnostics.

See load_path for how to use.

Required methods

fn emit_diagnostics<O>(self, out: &mut O) -> Result<(), DiagnosticsError> where
    O: WriteColor, 

Emit diagnostics for the current type.

Loading content...

Implementations on Foreign Types

impl EmitDiagnostics for VmError[src]

Loading content...

Implementors

impl EmitDiagnostics for LoadError[src]

Loading content...