[][src]Trait rant::compiler::Reporter

pub trait Reporter {
    fn report(&mut self, msg: CompilerMessage);
}

Provides an interface through which the compiler can report errors and warnings.

Required methods

fn report(&mut self, msg: CompilerMessage)

Passes a compiler message to the implementor for processing.

Loading content...

Implementations on Foreign Types

impl Reporter for ()[src]

impl Reporter for Vec<CompilerMessage>[src]

Loading content...

Implementors

Loading content...