Macro build_with_defaults

Source
macro_rules! build_with_defaults {
    ( $_resources : literal ) => { ... };
    ( $_resources : block ) => { ... };
}