[][src]Macro coz::begin

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

Equivalent of the COZ_BEGIN macro

This can be executed as:

coz::begin!("foo");