Macro fluvio_types::log_on_err[][src]

macro_rules! log_on_err {
    ($x : expr) => { ... };
    ($x : expr, $msg : expr) => { ... };
}