macro_rules! begin {
($name:expr) => { ... };
}Expand description
Equivalent of the COZ_BEGIN macro
This can be executed as:
coz::begin!("foo");macro_rules! begin {
($name:expr) => { ... };
}Equivalent of the COZ_BEGIN macro
This can be executed as:
coz::begin!("foo");