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