[][src]Macro coz::end

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

Equivalent of the COZ_END macro

This can be executed as:

coz::end!("foo");