perspective_viewer

Macro maybe

source
macro_rules! maybe {
    ($($exp:stmt);*) => { ... };
}