macro_rules! capture_stack {
(in($cx:expr) let $name:ident = with max depth($max_frame_count:expr)) => { ... };
(in($cx:expr) let $name:ident ) => { ... };
}
macro_rules! capture_stack {
(in($cx:expr) let $name:ident = with max depth($max_frame_count:expr)) => { ... };
(in($cx:expr) let $name:ident ) => { ... };
}