Macro end

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

Equivalent of the COZ_END macro

This can be executed as:

coz::end!("foo");