macro_rules! resource {
    ( $_resource_name : ident, $_content_type : tt, auto, $_resource_path : tt, $_description : literal ) => { ... };
    ( $_resource_name : ident, $_content_type : tt, embedded, $_resource_path : tt, $_description : literal ) => { ... };
    ( $_resource_name : ident, $_content_type : tt, dynamic, $_resource_path : tt, $_description : literal ) => { ... };
}