Macro assert_obj_safe

Source
macro_rules! assert_obj_safe {
    ($($xs:path),+ $(,)?) => { ... };
}
Expand description