Macro for_all_object_store

Source
macro_rules! for_all_object_store {
    ($macro:ident $($args:tt)*) => { ... };
}