Trait jiao::sksl::error_reporter::ErrorHandler

source ·
pub trait ErrorHandler {
    // Required method
    fn handle_error(&mut self, msg: &str, position: Position);
}

Required Methods§

source

fn handle_error(&mut self, msg: &str, position: Position)

Implementors§