Macro perspective_viewer::maybe

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