[][src]Trait bindgen::Logger

pub trait Logger: Debug {
    fn error(&self, msg: &str) { ... }
fn warn(&self, msg: &str) { ... } }

Trait used internaly to log things with context like the C file line number.

Provided methods

fn error(&self, msg: &str)

Defaults to error!().

fn warn(&self, msg: &str)

Defaults to warn!().

Loading content...

Implementors

Loading content...