Macro begin

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

Equivalent of the COZ_BEGIN macro

This can be executed as:

coz::begin!("foo");