macro_rules! obj { ($val:expr) => { ... }; () => { ... }; }
Example:
let object = object_type::obj!("str test");