perspective_viewer

Macro maybe

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