Macro obj

Source
macro_rules! obj {
    ($val:expr) => { ... };
    () => { ... };
}
Expand description

ยงReturns an instance of Object

Example:

let object = object_type::obj!("str test");