Macro conductor::err [] [src]

macro_rules! err {
    ($( $e:expr ),+) => { ... };
}

Create an error using a format string and arguments.