Skip to main content

maybe_log

Macro maybe_log 

Source
macro_rules! maybe_log {
    ($($exp:tt)+) => { ... };
}
Expand description

As maybe!, but returns () and just logs errors.